From bf56b15638d60102fbb1a6931a0da44ebd533940 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 29 May 2018 13:36:47 +1200 Subject: Correct missing :endif --- colors/juvenile.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3