'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:
Justin M. Keyes
2016-11-07 00:59:32 +01:00
parent 1e0e301062
commit 6a3f8d48d0
10 changed files with 86 additions and 86 deletions

View File

@@ -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
};