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