From b9a5c6bddb9be2acb4dbc9b768cb6451a74653aa Mon Sep 17 00:00:00 2001 From: José Luis Lafuente Date: Mon, 6 Nov 2017 17:06:06 +0100 Subject: Add Substitute neovim added a new highlight group, substitute, see: https://neovim.io/doc/user/syntax.html#hl-Substitute --- templates/default.mustache | 1 + 1 file changed, 1 insertion(+) (limited to 'templates') 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 hi("ModeMsg", s:gui0B, "", s:cterm0B, "", "", "") call hi("MoreMsg", s:gui0B, "", s:cterm0B, "", "", "") call hi("Question", s:gui0D, "", s:cterm0D, "", "", "") call hi("Search", s:gui03, s:gui0A, s:cterm03, s:cterm0A, "", "") +call hi("Substitute", s:gui03, s:gui0A, s:cterm03, s:cterm0A, "none", "") call hi("SpecialKey", s:gui03, "", s:cterm03, "", "", "") call hi("TooLong", s:gui08, "", s:cterm08, "", "", "") call hi("Underlined", s:gui08, "", s:cterm08, "", "", "") -- cgit v1.2.3