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