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 a02b2885..b98f3760 100644 --- a/indent/graphql.vim +++ b/indent/graphql.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('graphql', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'graphql') finish endif |