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