Little fix to indentation
This commit is contained in:
parent
679179c578
commit
a7cf32795c
1 changed files with 3 additions and 3 deletions
|
|
@ -55,9 +55,9 @@ function! NimIndent()
|
|||
return Down()
|
||||
endif
|
||||
|
||||
if prevl =~ '[\])}]\s*$'
|
||||
return Down()
|
||||
endif
|
||||
" if prevl =~ '[\])}]\s*$'
|
||||
" return Down()
|
||||
" endif
|
||||
|
||||
return -1
|
||||
endfunction
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue