summaryrefslogtreecommitdiffstats
path: root/syntax/rpl.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/rpl.vim')
-rw-r--r--syntax/rpl.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/rpl.vim b/syntax/rpl.vim
index a37b1bde..62b469bd 100644
--- a/syntax/rpl.vim
+++ b/syntax/rpl.vim
@@ -1,4 +1,4 @@
-if !polyglot#util#IsEnabled('rpl', expand('<sfile>:p'))
+if !has_key(g:polyglot_is_disabled, 'rpl')
finish
endif