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