summaryrefslogtreecommitdiffstats
path: root/syntax/godebugvariables.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/godebugvariables.vim')
-rw-r--r--syntax/godebugvariables.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/godebugvariables.vim b/syntax/godebugvariables.vim
index 53ae8f6b..9ab2fc3c 100644
--- a/syntax/godebugvariables.vim
+++ b/syntax/godebugvariables.vim
@@ -1,4 +1,4 @@
-if !has_key(g:polyglot_is_disabled, 'go')
+if has_key(g:polyglot_is_disabled, 'go')
finish
endif