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