mirror of
https://github.com/neovim/neovim.git
synced 2025-09-21 02:38:19 +00:00
'inccommand': rename 'incsubstitute'
'inccommand' allows us to expand the feature to other commands, such as: :cdo :cfdo :global Also rename "IncSubstitute" highlight group to "Substitute".
This commit is contained in:
@@ -5902,7 +5902,7 @@ static char *highlight_init_both[] =
|
||||
"WildMenu ctermbg=Yellow ctermfg=Black guibg=Yellow guifg=Black",
|
||||
"default link EndOfBuffer NonText",
|
||||
"default link QuickFixLine Search",
|
||||
"default link IncSubstitute Search",
|
||||
"default link Substitute Search",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user