diff options
Diffstat (limited to 'indent/python.vim')
-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 68afa793..5d1bb261 100644 --- a/indent/python.vim +++ b/indent/python.vim @@ -1,4 +1,4 @@ -if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'python-ident') != -1 +if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'python-indent') != -1 finish endif |