diff options
Diffstat (limited to 'syntax/tap.vim')
-rw-r--r-- | syntax/tap.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/tap.vim b/syntax/tap.vim index 404b4370..2ff30f83 100644 --- a/syntax/tap.vim +++ b/syntax/tap.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('perl', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'perl') finish endif |