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