vim-python-pep8-indent icon indicating copy to clipboard operation
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'

Open jamescherti opened this issue 3 years ago • 0 comments

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.

jamescherti avatar May 02 '22 21:05 jamescherti