diff options
Diffstat (limited to 'indent/rrst.vim')
-rw-r--r-- | indent/rrst.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/rrst.vim b/indent/rrst.vim index 9718b860..90609477 100644 --- a/indent/rrst.vim +++ b/indent/rrst.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'rrst') +if has_key(g:polyglot_is_disabled, 'rrst') finish endif |