tell-k / vim-autopep8

autopep8 plugin for Vim
http://www.vim.org/scripts/script.php?script_id=4614
MIT License
277 stars 51 forks source link

always redraw in Autopep8() #18

Closed yuex closed 8 years ago

yuex commented 9 years ago

Should always redraw in Autopep8() no matter disable_diff is set or not. Otherwise, under some cases, vim won't display correctly after calling Autopep8()

tell-k commented 8 years ago

@yuex

Firstly, I apologize for the delay in replying to you.

Fixed not to use the redraw by the #17. In the next version I think also your problem has been solved.

Thanks.