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