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