nvie / vim-flake8

Flake8 plugin for Vim
BSD 2-Clause "Simplified" License
1.06k stars 99 forks source link

Adds function to Jump to Next / Prev errors #83

Closed skvrahul closed 1 year ago

skvrahul commented 4 years ago

Fixes #82 Exposes functions flake8#Flake8NextError() and flake8#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.

skvrahul commented 4 years ago

@nvie Could you take a look at this?

nvie commented 4 years ago

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!

ethagnawl commented 1 year ago

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 ).

ethagnawl commented 1 year ago

Thanks, @nvie! :champagne: