Skip to content

Commit

Permalink
[vim] align blocks in case statements better
Browse files Browse the repository at this point in the history
  • Loading branch information
majnemer committed Feb 26, 2011
1 parent f5e41ef commit c440bd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 86 deletions.
2 changes: 1 addition & 1 deletion vim/plugin/freebsd.vim
Expand Up @@ -56,7 +56,7 @@ endfun
" Follow the FreeBSD style(9). " Follow the FreeBSD style(9).
function! FreeBSD_Style() function! FreeBSD_Style()
setlocal cindent setlocal cindent
setlocal cinoptions=(4200,u4200,+0.5s,*500,:0,t0,U4200 setlocal cinoptions=(4200,u4200,+0.5s,*500,:0,t0,U4200,l1
setlocal indentexpr=IgnoreParenIndent() setlocal indentexpr=IgnoreParenIndent()
setlocal indentkeys=0{,0},0),:,0#,!^F,o,O,e setlocal indentkeys=0{,0},0),:,0#,!^F,o,O,e
setlocal noexpandtab setlocal noexpandtab
Expand Down
85 changes: 0 additions & 85 deletions zsh/syntax_highlight

This file was deleted.

0 comments on commit c440bd2

Please sign in to comment.