aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rw-r--r--colors/sahara.vim1
2 files changed, 2 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index 0d91a54..1d0ba9e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.3.0
+0.4.0
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