summaryrefslogtreecommitdiffstats
path: root/indent/perl.vim
diff options
context:
space:
mode:
Diffstat (limited to 'indent/perl.vim')
-rw-r--r--indent/perl.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/perl.vim b/indent/perl.vim
index c6c879a8..26c129e0 100644
--- a/indent/perl.vim
+++ b/indent/perl.vim
@@ -1,4 +1,4 @@
-if has_key(g:polyglot_is_disabled, 'perl')
+if polyglot#init#is_disabled(expand('<sfile>:p'), 'perl', 'indent/perl.vim')
finish
endif