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 From ba9ae48882797bf81f79b63695423b84d320ba07 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 23 Aug 2018 14:23:34 +1200 Subject: Bump VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 0d91a54..1d0ba9e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0 +0.4.0 -- cgit v1.2.3