From b89f6e84982c7a964994b4aa12295dfe5013cbe7 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 12 May 2019 22:09:26 +1200 Subject: Update vim-sahara to v1.0.0 This offloads the color depth check to the colorscheme, and avoids repeating it. --- vim/bundle/sahara | 2 +- vim/vimrc | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/vim/bundle/sahara b/vim/bundle/sahara index 485c5477..8323dbdf 160000 --- a/vim/bundle/sahara +++ b/vim/bundle/sahara @@ -1 +1 @@ -Subproject commit 485c5477f5cb83c07b0ccc1c198d0a7810c70aa2 +Subproject commit 8323dbdf27870a0845987cfacb49950b23dbbee4 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') -- cgit v1.2.3