aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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')