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

Shows only diff and does not change buffer #41

Open kartikarcot opened 3 years ago

kartikarcot commented 3 years ago

When I call the :AutoPep8 function, it only shows me the diff but does not change the file buffer. Am I missing some setting? How to enable the plugin to format the code, and not just show me a diff?