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