diff options
author | yushyin <yushyin@saga> | 2015-09-05 02:36:26 +0200 |
---|---|---|
committer | yushyin <yushyin@saga> | 2015-09-05 02:36:26 +0200 |
commit | 453ebb4cd16e488764a3061060defd1627349a17 (patch) | |
tree | e91a0634846491b3acb6d036bce0532430ba3510 | |
parent | 99f1c17274bcea036aca040642bb8377e95f6fcd (diff) | |
download | dotfiles-453ebb4cd16e488764a3061060defd1627349a17.tar.gz dotfiles-453ebb4cd16e488764a3061060defd1627349a17.tar.xz |
Vim: Change C-indenting
-rw-r--r-- | vim/ftplugin/c.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/ftplugin/c.vim b/vim/ftplugin/c.vim index f3f7198..f08009e 100644 --- a/vim/ftplugin/c.vim +++ b/vim/ftplugin/c.vim @@ -1,3 +1,4 @@ +setl cin cino+=:0,(s,l1 if has('cscope') if filereadable("cscope.out") cs add cscope.out |