aboutsummaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-23 14:22:49 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-23 14:22:49 +1200
commitce1c799f678c3867ae680eb42e2947d35604c0b2 (patch)
tree96b4aed95a7cf08fdb0958a15faeb735d799967d /colors
parentMerge branch 'release/v0.3.0' into develop (diff)
downloadvim-sahara-ce1c799f678c3867ae680eb42e2947d35604c0b2.tar.gz
vim-sahara-ce1c799f678c3867ae680eb42e2947d35604c0b2.zip
Highlight CursorColumn the same as CursorLine
Diffstat (limited to 'colors')
-rw-r--r--colors/sahara.vim1
1 files changed, 1 insertions, 0 deletions
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