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