vim-python-pep8-indent
vim-python-pep8-indent copied to clipboard
The indent script is never executed because the built-in runtime indent script 'indent/python.vim' modifies the variable 'b:did_indent'
The indent script vim-python-pep8-indent/indent/python.vim is never executed because the built-in runtime indent script vim/runtime/indent/python.vim assigns 1 to the variable b:did_indent, which is the same variable that the indent plugin 'vim-python-pep8-indent' uses.
This pull request replaces the variable b:did_indent with b:did_python_pep8_indent.