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