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