Fix indentation of return line
This commit is contained in:
parent
d54c7e27fe
commit
1ff6e3c65b
@ -70,7 +70,7 @@ function! s:reindent(start, lines, new_indent)
|
||||
if s:get_setting('exchange_indent', 1) == '=='
|
||||
let lnum = nextnonblank(a:start)
|
||||
if lnum == 0 || lnum > a:start + a:lines - 1
|
||||
return
|
||||
return
|
||||
endif
|
||||
let line = getline(lnum)
|
||||
execute "silent normal! " . lnum . "G=="
|
||||
|
Loading…
Reference in New Issue
Block a user