Sun, 04 Jun 2017 15:31:47 -0400
Remove fo+=j feature check
.vimrc | file | annotate | diff | comparison | revisions |
--- a/.vimrc +++ b/.vimrc @@ -152,14 +152,9 @@ set expandtab set shiftwidth=2 set softtabstop=2 -set formatoptions=cqln1 +set formatoptions=cqln1j set backspace=indent,eol,start -if has('patch-7.3-541') - " Can unwrap this once I don't have to deal with ubuntu 12.04 - set formatoptions+=j -endif - set splitright splitbelow set scrolloff=15 set sidescrolloff=10