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