home: vim: use patience diff

This brings it in line with my `git` configuration.
This commit is contained in:
Bruno BELANYI 2023-04-19 08:34:39 +00:00
parent d424aaa4a1
commit 2375f88e56

View file

@ -66,6 +66,9 @@ 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
" Don't redraw when executing macros
set lazyredraw