diff options
Diffstat (limited to 'after/syntax/vue')
| -rw-r--r-- | after/syntax/vue/graphql.vim | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/after/syntax/vue/graphql.vim b/after/syntax/vue/graphql.vim index 308c17d7..6842f74c 100644 --- a/after/syntax/vue/graphql.vim +++ b/after/syntax/vue/graphql.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'graphql') +if has_key(g:polyglot_is_disabled, 'graphql')    finish  endif | 
