diff options
Diffstat (limited to 'syntax/automake.vim')
-rw-r--r-- | syntax/automake.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/automake.vim b/syntax/automake.vim index 7f247934..6f7f299a 100644 --- a/syntax/automake.vim +++ b/syntax/automake.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'automake') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'automake', 'syntax/automake.vim') finish endif |