From ce1c799f678c3867ae680eb42e2947d35604c0b2 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 23 Aug 2018 14:22:49 +1200 Subject: Highlight CursorColumn the same as CursorLine --- colors/sahara.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/colors/sahara.vim b/colors/sahara.vim index 616a05d..b637583 100644 --- a/colors/sahara.vim +++ b/colors/sahara.vim @@ -69,5 +69,6 @@ if has('gui_running') || &t_Co == 256 highlight! link SpellCap SpellBad highlight! link SpellLocal SpellBad highlight! link SpellRare SpellBad + highlight! link CursorColumn CursorLine endif -- cgit v1.2.3