Compare commits
2 commits
d424aaa4a1
...
e9f07e67dc
Author | SHA1 | Date | |
---|---|---|---|
Bruno BELANYI | e9f07e67dc | ||
Bruno BELANYI | 2375f88e56 |
|
@ -66,6 +66,11 @@ set list
|
|||
" Show a tab as an arrow, trailing spaces as ¤, non-breaking spaces as dots
|
||||
set listchars=tab:>─,trail:·,nbsp:¤
|
||||
|
||||
" Use patience diff
|
||||
set diffopt+=algorithm:patience
|
||||
" Align similar lines in each hunk
|
||||
set diffopt+=linematch:50
|
||||
|
||||
" Don't redraw when executing macros
|
||||
set lazyredraw
|
||||
|
||||
|
|
Loading…
Reference in a new issue