This commit is contained in:
Adam Stankiewicz
2016-05-31 01:53:12 +02:00
parent 5a65ffe66d
commit 44b3d860cb
18 changed files with 571 additions and 362 deletions

View File

@@ -121,7 +121,7 @@ function! GetNimIndent(lnum)
endif
if pline =~ '\(type\|import\|const\|var\)\s*$'
\ || pline =~ '=\s*\(object\|enum\|tuple\|generic\)'
\ || pline =~ '=\s*\(object\|enum\|tuple\|concept\)'
return plindent + &sw
endif