diff options
author | José Luis Lafuente <jl@lafuente.me> | 2018-03-26 22:38:00 +0200 |
---|---|---|
committer | José Luis Lafuente <jl@lafuente.me> | 2018-03-26 22:38:00 +0200 |
commit | 426b5c18f40fd620a17553f53057b6df1c972164 (patch) | |
tree | 455b1b2e74507777479b46f984da59428c26138f /templates/default.mustache | |
parent | 7959654e57c05511134e55bda20e9a6bcb8fcfb0 (diff) |
Fixes #175
Diffstat (limited to 'templates/default.mustache')
-rw-r--r-- | templates/default.mustache | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/default.mustache b/templates/default.mustache index a347e26..9cc24e0 100644 --- a/templates/default.mustache +++ b/templates/default.mustache @@ -361,10 +361,10 @@ call <sid>hi("SignifySignChange", s:gui0D, s:gui01, s:cterm0D, s:cterm01, "", " call <sid>hi("SignifySignDelete", s:gui08, s:gui01, s:cterm08, s:cterm01, "", "") " Spelling highlighting -call <sid>hi("SpellBad", s:gui05, s:gui00, s:cterm05, s:cterm00, "undercurl", s:gui08) -call <sid>hi("SpellLocal", s:gui05, s:gui00, s:cterm05, s:cterm00, "undercurl", s:gui0C) -call <sid>hi("SpellCap", s:gui05, s:gui00, s:cterm05, s:cterm00, "undercurl", s:gui0D) -call <sid>hi("SpellRare", s:gui05, s:gui00, s:cterm05, s:cterm00, "undercurl", s:gui0E) +call <sid>hi("SpellBad", "", "", "", "", "undercurl", s:gui08) +call <sid>hi("SpellLocal", "", "", "", "", "undercurl", s:gui0C) +call <sid>hi("SpellCap", "", "", "", "", "undercurl", s:gui0D) +call <sid>hi("SpellRare", "", "", "", "", "undercurl", s:gui0E) " Startify highlighting call <sid>hi("StartifyBracket", s:gui03, "", s:cterm03, "", "", "") |