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