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