# HG changeset patch # User Meredith Howard # Date 1496604707 14400 # Node ID 8e05f92f8cd4c2808763a0be555f044c5fb4de05 # Parent 3fad96b2c28f7c9345c2f595bde616f77c81eda0 Remove fo+=j feature check diff --git a/.vimrc b/.vimrc --- 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