From 3ef1b10ee10ae747121041e858aa5ab2e2d8022a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 31 May 2018 22:25:56 +1200 Subject: Use explicit v: scope for version var --- colors/sahara.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'colors/sahara.vim') diff --git a/colors/sahara.vim b/colors/sahara.vim index c24cb0b..5f8bad3 100644 --- a/colors/sahara.vim +++ b/colors/sahara.vim @@ -9,7 +9,7 @@ " Terminal setup set background=dark -if version > 580 +if v:version > 580 highlight clear if exists('g:syntax_on') syntax reset -- cgit v1.2.3