Closed skvrahul closed 1 year ago
@nvie Could you take a look at this?
Thanks for your contribution @skvrahul - it's on my list of things todo, and I will hopefully get to it soon. Thanks for your patience!
This would be a most welcomed addition to my workflow -- especially if it could populate the "movement list" (e.g. :cnext
/:cprev
or :lnext
/:lprev
).
Thanks, @nvie! :champagne:
Fixes #82 Exposes functions
flake8#Flake8NextError()
andflake8#Flake8PrevError()
that can be called to move the cursor to the next / prev error in the current file and also Show the error message under the cursor This pull request depends on #81 for showing the error message of the current line.