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

autopep8 E501 #21

Closed lanox closed 8 years ago

lanox commented 8 years ago

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.

dexhunter commented 6 years ago

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