diff --git a/after/indent.vim b/after/indent.vim index fd94880..34b1b9a 100755 --- a/after/indent.vim +++ b/after/indent.vim @@ -19,5 +19,5 @@ if has('cindent') " * l1 - indent case statement scopes with the case label " * (0 - don't indent inside unclosed parenthesis " * i4 - indent C++ class base declarations and constructor initializers - set cinoptions=N-sE-sg1h1l(01i4 + set cinoptions=N-sE-sg1h1l1(01i2 endif