summaryrefslogtreecommitdiffstats
path: root/ftplugin/graphql.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2017-09-27 19:57:29 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2017-09-27 19:57:29 +0200
commit8b3418cab8eb5267b3a5743e4d5fe5f698d48bc8 (patch)
tree125734ac66307a962eeda16283355dde0d0fbd2e /ftplugin/graphql.vim
parent9bfde7574aa89a91b80ed9c993fc000cfc11aae7 (diff)
downloadvim-polyglot-8b3418cab8eb5267b3a5743e4d5fe5f698d48bc8.tar.gz
vim-polyglot-8b3418cab8eb5267b3a5743e4d5fe5f698d48bc8.zip
Update
Diffstat (limited to 'ftplugin/graphql.vim')
-rw-r--r--ftplugin/graphql.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/graphql.vim b/ftplugin/graphql.vim
index d82d9abb..42d96e6c 100644
--- a/ftplugin/graphql.vim
+++ b/ftplugin/graphql.vim
@@ -4,7 +4,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'graphql') == -1
" Language: GraphQL
" Maintainer: Jon Parise <jon@indelible.org>
-if (exists("b:did_ftplugin"))
+if (exists('b:did_ftplugin'))
finish
endif
let b:did_ftplugin = 1