From 73fbf5f35b0c30a950dc0c8e8b4e644a8e864d63 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Tue, 6 Aug 2024 09:37:54 -0400 Subject: [PATCH] Remove unnecessary parentheses --- ftplugin/graphql.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftplugin/graphql.vim b/ftplugin/graphql.vim index fcf90e7..d4c9da6 100644 --- a/ftplugin/graphql.vim +++ b/ftplugin/graphql.vim @@ -21,7 +21,7 @@ " Language: GraphQL " Maintainer: Jon Parise -if (exists('b:did_ftplugin')) +if exists('b:did_ftplugin') finish endif let b:did_ftplugin = 1