aboutsummaryrefslogtreecommitdiff
path: root/vim/compiler/vint.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/compiler/vint.vim')
-rw-r--r--vim/compiler/vint.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/compiler/vint.vim b/vim/compiler/vint.vim
index db75d3c6..e0d0b076 100644
--- a/vim/compiler/vint.vim
+++ b/vim/compiler/vint.vim
@@ -1,7 +1,7 @@
-if exists('g:current_compiler')
+if exists('current_compiler')
finish
endif
-let g:current_compiler = 'vimlint'
+let current_compiler = 'vimlint'
if exists(':CompilerSet') != 2
command -nargs=* CompilerSet setlocal <args>