summaryrefslogtreecommitdiffstats
path: root/ftplugin/indent.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ftplugin/indent.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/indent.vim b/ftplugin/indent.vim
index 96cc9a10..0c0b4311 100644
--- a/ftplugin/indent.vim
+++ b/ftplugin/indent.vim
@@ -1,4 +1,4 @@
-if !has_key(g:polyglot_is_disabled, 'indent')
+if has_key(g:polyglot_is_disabled, 'indent')
finish
endif