aboutsummaryrefslogtreecommitdiff
path: root/colors/sahara.vim
diff options
context:
space:
mode:
Diffstat (limited to 'colors/sahara.vim')
-rw-r--r--colors/sahara.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/colors/sahara.vim b/colors/sahara.vim
index d0c4b77..3e7cc00 100644
--- a/colors/sahara.vim
+++ b/colors/sahara.vim
@@ -11,11 +11,11 @@
set background=dark
if v:version > 580
highlight clear
- if exists('g:syntax_on')
+ if exists('syntax_on')
syntax reset
endif
endif
-let g:colors_name = 'sahara'
+let colors_name = 'sahara'
" Highlighting definitions
if has('gui_running') || &t_Co == 256