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