Little fix to indentation

This commit is contained in:
baabelfish 2016-02-06 22:02:21 +02:00
commit a7cf32795c

View file

@ -55,9 +55,9 @@ function! NimIndent()
return Down()
endif
if prevl =~ '[\])}]\s*$'
return Down()
endif
" if prevl =~ '[\])}]\s*$'
" return Down()
" endif
return -1
endfunction