Use the patience diff method
This commit is contained in:
parent
80c1b8653e
commit
9e6169695d
@ -168,6 +168,11 @@ set modeline
|
|||||||
" Don't redraw during execution macros, registers, commands, etc.
|
" Don't redraw during execution macros, registers, commands, etc.
|
||||||
set lazyredraw
|
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
|
" Allow color schemes to do bright colors without forcing bold
|
||||||
if &t_Co == 8 && $TERM !~# '^linux\|^Eterm'
|
if &t_Co == 8 && $TERM !~# '^linux\|^Eterm'
|
||||||
set t_Co=16
|
set t_Co=16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user