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

let g:autopep8_on_save = 1 has no effect #49

Open vladsf opened 1 year ago

vladsf commented 1 year ago

Hi,

I added let g:autopep8_on_save = 1 to my .vimrc but it has no effect when I save any python script. :Autopep8 works fine on its own but autopep8_on_save does not seem to work.

How do I enable it?