From 1ff6e3c65baa6762c8505bfb9ea02900a4bfa590 Mon Sep 17 00:00:00 2001 From: Jacob Niehus Date: Sun, 2 Aug 2015 10:13:13 -0700 Subject: [PATCH] Fix indentation of return line --- plugin/exchange.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=="