aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-12 22:09:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-12 22:09:26 +1200
commitb89f6e84982c7a964994b4aa12295dfe5013cbe7 (patch)
treef7ed6497d3f62e853035cbe6d6c46e741ec4a64c
parentUpdate vim-redact-pass to v1.3.0 (diff)
downloaddotfiles-b89f6e84982c7a964994b4aa12295dfe5013cbe7.tar.gz
dotfiles-b89f6e84982c7a964994b4aa12295dfe5013cbe7.zip
Update vim-sahara to v1.0.0
This offloads the color depth check to the colorscheme, and avoids repeating it.
m---------vim/bundle/sahara0
-rw-r--r--vim/vimrc6
2 files changed, 1 insertions, 5 deletions
diff --git a/vim/bundle/sahara b/vim/bundle/sahara
-Subproject 485c5477f5cb83c07b0ccc1c198d0a7810c70aa
+Subproject 8323dbdf27870a0845987cfacb49950b23dbbee
diff --git a/vim/vimrc b/vim/vimrc
index 17282ce1..48ebca1d 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -31,11 +31,7 @@ if has('syntax')
try
" Use sahara.vim colorscheme, if using gVim or a 256-color term
- if has('gui_running') || &t_Co >= 256
- colorscheme sahara
- else
- throw 'Not loading sahara on this terminal'
- endif
+ colorscheme sahara
" Use the colorscheme's subtle 'cursorline', if it loaded
if exists('+cursorline')