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 b98f3760..c64d446a 100644 --- a/indent/graphql.vim +++ b/indent/graphql.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'graphql') +if has_key(g:polyglot_is_disabled, 'graphql') finish endif |