prompt-toolkit / pyvim

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

Pyflakes working strangely #47

Open lunemec opened 9 years ago

lunemec commented 9 years ago

When I open pyvim/commands/commands.py and goto line 357 (@cmd) it says pep warning (same way my vim does) but the code is not highlighted. The message is only displayed when you have cursor over the code. This seems strange.

lunemec commented 9 years ago

My vim displays EE before line number of the ruler where the warning/error of syntax/pep8 check is.

lunemec commented 9 years ago

pyvim screenshot from 2015-05-01 19 48 00 screenshot from 2015-05-01 19 48 06

lunemec commented 9 years ago

my Vim screenshot from 2015-05-01 19 42 58 screenshot from 2015-05-01 19 43 00