aboutsummaryrefslogtreecommitdiff
path: root/colors/juvenile.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-10 10:04:16 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-10 10:04:16 +1200
commit6ce5b57d15a26a42c7c5bbe1e7611485e43e4eb1 (patch)
treee5dbf90f954a3215736cf16cab472cdd06811f85 /colors/juvenile.vim
parentMerge branch 'release/v0.3.0' (diff)
parentBump VERSION (diff)
downloadvim-juvenile-6ce5b57d15a26a42c7c5bbe1e7611485e43e4eb1.tar.gz
vim-juvenile-6ce5b57d15a26a42c7c5bbe1e7611485e43e4eb1.zip
Merge branch 'release/v0.4.0'v0.4.0
* release/v0.4.0: Remove unneeded variable scoping Switch to two-spacing
Diffstat (limited to 'colors/juvenile.vim')
-rw-r--r--colors/juvenile.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/colors/juvenile.vim b/colors/juvenile.vim
index 56eaccd..2994e7c 100644
--- a/colors/juvenile.vim
+++ b/colors/juvenile.vim
@@ -10,11 +10,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 = 'juvenile'
+let colors_name = 'juvenile'
if has('gui_running') || &t_Co >= 256
highlight Normal cterm=NONE ctermfg=NONE ctermbg=NONE gui=NONE guifg=#fcfcfc guibg=#030303