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

autopep8 E501

lanox opened this issue · comments

commented

error line to long (86 >79 characters) [E501]

if i press F8 all i get is this
screen shot 2015-12-30 at 12 44 52 am

I have also added let g:autopep8_max_line_length=79 but it made no difference.

@lanox Hi! What did you do to solve this problem?