From 85633c514cfb7b2bb3f23a663cb7a25ce024213d Mon Sep 17 00:00:00 2001 From: Pavel Pertsev Date: Wed, 8 Jun 2016 05:05:53 +0300 Subject: [PATCH] fix #113 --- colors/gruvbox.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/gruvbox.vim b/colors/gruvbox.vim index fe3835c5..235039fa 100644 --- a/colors/gruvbox.vim +++ b/colors/gruvbox.vim @@ -442,7 +442,7 @@ endif if version >= 700 " Screen line that the cursor is - call s:HL('CursorLine', s:none, s:bg1) + call s:HL('CursorLine', s:none, s:red) " Screen column that the cursor is hi! link CursorColumn CursorLine