home: vim: use default 'diffopt:linematch'

It's now been defaulted to `linematch:40` on v0.11.
This commit is contained in:
Bruno BELANYI 2025-04-02 20:02:33 +01:00
parent c1efc4316d
commit 262dc48425

View file

@ -68,8 +68,6 @@ set listchars=tab:>─,trail:·,nbsp:¤
" Use patience diff " Use patience diff
set diffopt+=algorithm:patience set diffopt+=algorithm:patience
" Align similar lines in each hunk
set diffopt+=linematch:50
" Don't redraw when executing macros " Don't redraw when executing macros
set lazyredraw set lazyredraw