diff options
-rw-r--r-- | tools/tools/editing/freebsd.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/editing/freebsd.vim b/tools/tools/editing/freebsd.vim index 4ec27ad..fa7977b 100644 --- a/tools/tools/editing/freebsd.vim +++ b/tools/tools/editing/freebsd.vim @@ -58,7 +58,7 @@ endfun " Follow the FreeBSD style(9). function! FreeBSD_Style() setlocal cindent - setlocal cinoptions=(4200,u4200,+0.5s,*500,t0,U4200 + setlocal cinoptions=(4200,u4200,+0.5s,*500,:0,t0,U4200 setlocal indentexpr=IgnoreParenIndent() setlocal indentkeys=0{,0},0),:,0#,!^F,o,O,e setlocal noexpandtab |