We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc36c0 commit efa7e6bCopy full SHA for efa7e6b
indent/python.vim
@@ -289,7 +289,7 @@ function! s:indent_like_previous_line(lnum)
289
while 1
290
let curpos = getpos('.')[2]
291
if curpos == 1 | break | endif
292
- if eval(s:skip_special_chars) || text[curpos-1] =~# '\s'
+ if text[curpos-1] =~# '\s' || eval(s:skip_special_chars)
293
normal! h
294
continue
295
elseif text[curpos-1] ==# ':'
0 commit comments