mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 12:08:33 +00:00
feat(defaults): enable diffopt "linematch" #32346
This commit is contained in:
@@ -2152,7 +2152,7 @@ local options = {
|
||||
{
|
||||
abbreviation = 'dip',
|
||||
cb = 'did_set_diffopt',
|
||||
defaults = 'internal,filler,closeoff',
|
||||
defaults = 'internal,filler,closeoff,linematch:40',
|
||||
-- Keep this in sync with diffopt_changed().
|
||||
values = {
|
||||
'filler',
|
||||
|
Reference in New Issue
Block a user