aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-23 14:23:41 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-23 14:23:41 +1200
commit485c5477f5cb83c07b0ccc1c198d0a7810c70aa2 (patch)
tree37291e5756d665bfdd2020de4bd9c79715b8127b
parentMerge branch 'release/v0.3.0' (diff)
parentBump VERSION (diff)
downloadvim-sahara-485c5477f5cb83c07b0ccc1c198d0a7810c70aa2.tar.gz
vim-sahara-485c5477f5cb83c07b0ccc1c198d0a7810c70aa2.zip
Merge branch 'release/v0.4.0'v0.4.0
* release/v0.4.0: Bump VERSION Highlight CursorColumn the same as CursorLine
-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