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