tell-k / vim-autopep8

autopep8 plugin for Vim

Home Page:http://www.vim.org/scripts/script.php?script_id=4614

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

let g:autopep8_on_save = 1 has no effect

vladsf opened this issue · comments

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?