diff options
Diffstat (limited to 'after/indent/php.vim')
-rw-r--r-- | after/indent/php.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/after/indent/php.vim b/after/indent/php.vim index f64a7c6c..65534a8c 100644 --- a/after/indent/php.vim +++ b/after/indent/php.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'graphql') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'graphql', 'after/indent/php.vim') finish endif |