Use the patience diff method

This commit is contained in:
Kenneth Benzie 2020-10-07 11:30:48 +01:00
parent 80c1b8653e
commit 9e6169695d

View File

@ -168,6 +168,11 @@ set modeline
" Don't redraw during execution macros, registers, commands, etc.
set lazyredraw
" When in diff mode, use the patience algorithm for more readable diffs.
if &diff
set diffopt+=algorithm:patience
endif
" Allow color schemes to do bright colors without forcing bold
if &t_Co == 8 && $TERM !~# '^linux\|^Eterm'
set t_Co=16