From fb91b6e9ed6bcb2df3bd0e4c6f1120427d3cf30a Mon Sep 17 00:00:00 2001 From: Ahmed El Gabri Date: Wed, 22 Mar 2017 22:13:15 +0100 Subject: [PATCH] make sure Error is red --- colors/codedark.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/codedark.vim b/colors/codedark.vim index 99ddd34..5b7d775 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -210,7 +210,7 @@ call hi('Underlined', s:cdNone, {}, 'underline', {}) call hi('Ignore', s:cdFront, {}, 'none', {}) -call hi('Error', s:cdNone, s:cdNone, 'undercurl', s:cdRed) +call hi('Error', s:cdRed, {}, 'undercurl', s:cdRed) call hi('Todo', s:cdNone, s:cdLeftMid, 'none', {})