aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChris Kempson <chriskempson@users.noreply.github.com>2017-11-06 19:34:18 +0000
committerGitHub <noreply@github.com>2017-11-06 19:34:18 +0000
commit9382428078e6562ca687476e5f2e4b262cec5623 (patch)
treef4601bcb338a54eafe9ae2ef6e0a3575566266dc /templates
parent6fdf606c35ad065b518bfa538a865d5d68de51ac (diff)
parentb9a5c6bddb9be2acb4dbc9b768cb6451a74653aa (diff)
Merge pull request #161 from jlesquembre/hl-substitute
Add Substitute
Diffstat (limited to 'templates')
-rw-r--r--templates/default.mustache1
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, "", "", "")