aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-05-29 13:36:47 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-05-29 13:36:47 +1200
commitbf56b15638d60102fbb1a6931a0da44ebd533940 (patch)
tree743e53422bd0206fe325460236029d668f9157d8
parentRefine/correct colorscheme preamble (diff)
downloadvim-juvenile-0.1.0.tar.gz (sig)
vim-juvenile-0.1.0.zip
Correct missing :endifv0.1.0
-rw-r--r--colors/juvenile.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/juvenile.vim b/colors/juvenile.vim
index 1a1bbce..bb726c1 100644
--- a/colors/juvenile.vim
+++ b/colors/juvenile.vim
@@ -13,7 +13,7 @@ if version > 580
if exists('g:syntax_on')
syntax reset
endif
-syntax reset
+endif
let g:colors_name = 'juvenile'
if has('gui_running') || &t_Co == 256