aboutsummaryrefslogtreecommitdiff
path: root/vim/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'vim/compiler')
-rw-r--r--vim/compiler/perlcritic.vim2
-rw-r--r--vim/compiler/vint.vim2
2 files changed, 2 insertions, 2 deletions
diff --git a/vim/compiler/perlcritic.vim b/vim/compiler/perlcritic.vim
index 381e0df3..39dcb46f 100644
--- a/vim/compiler/perlcritic.vim
+++ b/vim/compiler/perlcritic.vim
@@ -1,4 +1,4 @@
-if exists('current_compiler')
+if exists('g:current_compiler')
finish
endif
let g:current_compiler = 'tidy'
diff --git a/vim/compiler/vint.vim b/vim/compiler/vint.vim
index 35a4372e..1fbe3b62 100644
--- a/vim/compiler/vint.vim
+++ b/vim/compiler/vint.vim
@@ -1,4 +1,4 @@
-if exists('current_compiler')
+if exists('g:current_compiler')
finish
endif
let g:current_compiler = 'vimlint'