.vimrc

changeset 398
15a173de64c4
parent 396
2f02fa724f42
child 409
ef7a3edc69e9
--- a/.vimrc
+++ b/.vimrc
@@ -218,9 +218,14 @@ set expandtab
 set shiftwidth=2
 set softtabstop=2
 
-set formatoptions=cqljn1
+set formatoptions=cqln1
 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 number
 set scrolloff=10
 set ruler

mercurial