diff options
author | José Luis Lafuente <jl@lafuente.me> | 2017-11-06 17:06:06 +0100 |
---|---|---|
committer | José Luis Lafuente <jl@lafuente.me> | 2017-11-06 17:06:06 +0100 |
commit | b9a5c6bddb9be2acb4dbc9b768cb6451a74653aa (patch) | |
tree | 28e680ee0b0e90f2e5f396e37a9d4f5aa373bdf0 | |
parent | 55b8b1bd462c1a29c156235226591a83a9d878f0 (diff) |
Add Substitute
neovim added a new highlight group, substitute, see:
https://neovim.io/doc/user/syntax.html#hl-Substitute
-rw-r--r-- | templates/default.mustache | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/default.mustache b/templates/default.mustache index e1ca3dd..58a68ea 100644 --- a/templates/default.mustache +++ b/templates/default.mustache @@ -173,6 +173,7 @@ call <sid>hi("ModeMsg", s:gui0B, "", s:cterm0B, "", "", "") call <sid>hi("MoreMsg", s:gui0B, "", s:cterm0B, "", "", "") call <sid>hi("Question", s:gui0D, "", s:cterm0D, "", "", "") call <sid>hi("Search", s:gui03, s:gui0A, s:cterm03, s:cterm0A, "", "") +call <sid>hi("Substitute", s:gui03, s:gui0A, s:cterm03, s:cterm0A, "none", "") call <sid>hi("SpecialKey", s:gui03, "", s:cterm03, "", "", "") call <sid>hi("TooLong", s:gui08, "", s:cterm08, "", "", "") call <sid>hi("Underlined", s:gui08, "", s:cterm08, "", "", "") |