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