aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-05-31 22:30:37 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-05-31 22:30:37 +1200
commit4aeb5f74d6442a9d85520440b748d7a68f853a68 (patch)
tree52628de8975814b12917c89784b16a5388086d4f
parentCorrect missing :endif (diff)
downloadvim-juvenile-4aeb5f74d6442a9d85520440b748d7a68f853a68.tar.gz
vim-juvenile-4aeb5f74d6442a9d85520440b748d7a68f853a68.zip
Use explicit v: scope for version var
-rw-r--r--colors/juvenile.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/juvenile.vim b/colors/juvenile.vim
index bb726c1..be8955a 100644
--- a/colors/juvenile.vim
+++ b/colors/juvenile.vim
@@ -8,7 +8,7 @@
" License: Same as Vim itself
"
set background=dark
-if version > 580
+if v:version > 580
highlight clear
if exists('g:syntax_on')
syntax reset