diff options
Diffstat (limited to '')
-rw-r--r-- | indent/python.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/python.vim b/indent/python.vim index 5f13b77e..951a0cb1 100644 --- a/indent/python.vim +++ b/indent/python.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('python-indent', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'python-indent') finish endif |