aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorVincent Tavernier <vince.tavernier@gmail.com>2018-03-31 21:39:48 +0200
committerVincent Tavernier <vince.tavernier@gmail.com>2018-03-31 21:39:48 +0200
commit1a6e69111bf38ead6a65598689ec11f8cf507f4f (patch)
treef0cdc33ad36b3b43ef721bfb4d5bce1d9bc77f2b /templates
parent7959654e57c05511134e55bda20e9a6bcb8fcfb0 (diff)
Fix #150
Diffstat (limited to 'templates')
-rw-r--r--templates/default.mustache4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/default.mustache b/templates/default.mustache
index a347e26..c37a31c 100644
--- a/templates/default.mustache
+++ b/templates/default.mustache
@@ -172,8 +172,8 @@ call <sid>hi("MatchParen", "", s:gui03, "", s:cterm03, "", "")
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("Search", s:gui01, s:gui0A, s:cterm01, s:cterm0A, "", "")
+call <sid>hi("Substitute", s:gui01, s:gui0A, s:cterm01, 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, "", "", "")