prompt-toolkit / pyvim

Pure Python Vim clone.
BSD 3-Clause "New" or "Revised" License
2.52k stars 163 forks source link

PEP 8 check #29

Open lunemec opened 9 years ago

lunemec commented 9 years ago

I'm not exactly sure how the pyflakes works with files, but I'm missing the ability to see pep8 warnings and other in small horizontal split below the open file. This is extremely handy feature.

jonathanslenders commented 9 years ago

Yes, that's something I'd like to have as well. Probably I will do it somewhere in the near future.

lunemec commented 9 years ago

This seems to be related with #47