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