aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 35d8de82..d8a6b693 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -36,7 +36,7 @@ if has('syntax') && !has('g:syntax_on')
" If we couldn't use 'sahara', just flag a dark background (the author is
" almost certainly using one), and we'll use the default colorscheme
- if !exists('g:colors_name') || g:colors_name !=# 'sahara'
+ if !exists('g:colors_name')
set background=dark
endif