diff options
author | Chris Kempson <chriskempson@users.noreply.github.com> | 2017-11-06 19:34:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-06 19:34:18 +0000 |
commit | 9382428078e6562ca687476e5f2e4b262cec5623 (patch) | |
tree | f4601bcb338a54eafe9ae2ef6e0a3575566266dc | |
parent | 6fdf606c35ad065b518bfa538a865d5d68de51ac (diff) | |
parent | b9a5c6bddb9be2acb4dbc9b768cb6451a74653aa (diff) |
Merge pull request #161 from jlesquembre/hl-substitute
Add 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 9a02caa..a5a2a83 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, "", "", "") |