From acb2ed1390d98516d8d1d5fd7ca83ed4d55af948 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 9 May 2019 00:03:10 +1200 Subject: Remove unnecessary g: prefixes to Vim variables --- vim/compiler/shellcheck.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim/compiler/shellcheck.vim') diff --git a/vim/compiler/shellcheck.vim b/vim/compiler/shellcheck.vim index 354291f6..c2cf04de 100644 --- a/vim/compiler/shellcheck.vim +++ b/vim/compiler/shellcheck.vim @@ -1,7 +1,7 @@ -if exists('g:current_compiler') +if exists('current_compiler') finish endif -let g:current_compiler = 'shellcheck' +let current_compiler = 'shellcheck' if exists(':CompilerSet') != 2 command -nargs=* CompilerSet setlocal -- cgit v1.2.3