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

Refactor to avoid tmp output files and redraw #17

Closed marciomazza closed 8 years ago

marciomazza commented 9 years ago

The temporary files are not needed for the command outputs and redrawing has some issues like a flickering screen.

The refactoring also improves the operation response time.

tell-k commented 8 years ago

@marciomazza

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

Your pull-request is awesome! I did not know this command("0,$!").

Thanks for your help.