diff options
Diffstat (limited to '')
-rw-r--r-- | syntax/php.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/php.vim b/syntax/php.vim index f221f492..8b38f778 100644 --- a/syntax/php.vim +++ b/syntax/php.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'php') +if has_key(g:polyglot_is_disabled, 'php') finish endif |