aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-12 21:59:36 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-12 21:59:36 +1200
commit60488e8316c442a0cb6ae1f52ed84c87760136b0 (patch)
tree7eb2cf31f9f3f16e24437d0fee09a446e020c268
parentSwitch to two-spacing (diff)
downloadvim-sahara-60488e8316c442a0cb6ae1f52ed84c87760136b0.tar.gz
vim-sahara-60488e8316c442a0cb6ae1f52ed84c87760136b0.zip
Remove unneeded variable scoping
-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