Fix Vim indentation for inline closures.

This commit is contained in:
Chris Morgan 2013-07-10 15:58:32 +10:00 committed by Daniel Micay
parent 1d08ceb043
commit 6e75f2de9c

View File

@ -10,7 +10,7 @@ endif
let b:did_indent = 1
setlocal cindent
setlocal cinoptions=L0,(0,Ws,JN
setlocal cinoptions=L0,(0,Ws,JN,j1
setlocal cinkeys=0{,0},!^F,o,O,0[,0]
" Don't think cinwords will actually do anything at all... never mind
setlocal cinwords=do,for,if,else,while,loop,impl,mod,unsafe,trait,struct,enum,fn,extern