set cinoptions=:0

This commit is contained in:
Josh Holtrop 2013-08-22 09:49:17 -04:00
parent 064d939e08
commit 53a905a53a

1
vimrc
View File

@ -32,6 +32,7 @@ set splitright
set showcmd
set background=dark
set showtabline=1
set cinoptions=:0
runtime ftplugin/man.vim
nnoremap K :Man <cword><CR>