diff options
Diffstat (limited to 'syntax/rtf.vim')
-rw-r--r-- | syntax/rtf.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/rtf.vim b/syntax/rtf.vim index 5fe3b6f5..c188f215 100644 --- a/syntax/rtf.vim +++ b/syntax/rtf.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('rtf', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'rtf') finish endif |