From a7cf32795cafc110514dc9f60e55dc5c3fb14f8b Mon Sep 17 00:00:00 2001 From: baabelfish Date: Sat, 6 Feb 2016 22:02:21 +0200 Subject: [PATCH] Little fix to indentation --- indent/nim.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/indent/nim.vim b/indent/nim.vim index 5bde146..9cf2f5c 100644 --- a/indent/nim.vim +++ b/indent/nim.vim @@ -55,9 +55,9 @@ function! NimIndent() return Down() endif - if prevl =~ '[\])}]\s*$' - return Down() - endif + " if prevl =~ '[\])}]\s*$' + " return Down() + " endif return -1 endfunction