no longer overriding all diffs to make them vertical (only vimdiff now),

and vimdiff displays more logically.
This commit is contained in:
Kevin 2014-04-07 11:51:33 -04:00
parent 4f63cbc5e9
commit 24339a154b

View file

@ -83,7 +83,7 @@
"set vimdiff settings
setlocal diffopt=foldcolumn:0,filler
autocmd VimEnter,FilterWritePre * if &diff|setlocal nofoldenable|endif
autocmd VimEnter,FilterWritePre * if &diff|wincmd L|endif
autocmd VimEnter * if &diff|wincmd H|endif
"enable omnicompletion for any filetype without that has syntax highlighting
if has("autocmd") && exists("+omnifunc")