proper indentation for concept definitions
This commit is contained in:
parent
01b2ac58df
commit
1f62902041
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ function! GetNimIndent(lnum)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if pline =~ '\(type\|import\|const\|var\)\s*$'
|
if pline =~ '\(type\|import\|const\|var\)\s*$'
|
||||||
\ || pline =~ '=\s*\(object\|enum\|tuple\|generic\)'
|
\ || pline =~ '=\s*\(object\|enum\|tuple\|concept\)'
|
||||||
return plindent + &sw
|
return plindent + &sw
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue