# HG changeset patch # User Meredith Howard # Date 1475284354 14400 # Node ID 15a173de64c44d585167b560e406dc02f3bba9e7 # Parent 466b95c31b1ed147d5cb41ec5212028fe7f5d840 fix for older vim diff --git a/.vimrc b/.vimrc --- 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