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 d3ee4f74..96cc9a10 100644 --- a/ftplugin/indent.vim +++ b/ftplugin/indent.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('indent', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'indent') finish endif |