Remove fo+=j feature check

Sun, 04 Jun 2017 15:31:47 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 04 Jun 2017 15:31:47 -0400
changeset 594
8e05f92f8cd4
parent 593
3fad96b2c28f
child 595
d034d9f4a36b

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

mercurial