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