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