diff --git a/plugin/exchange.vim b/plugin/exchange.vim index 4155d4b..e3491f5 100644 --- a/plugin/exchange.vim +++ b/plugin/exchange.vim @@ -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=="