summaryrefslogtreecommitdiff
path: root/test/test_loclist_jumping.vader
AgeCommit message (Collapse)Author
2019-05-17Fix #1317 - Jump to column 1 for problems at column 0w0rp
2019-02-10Supporting filtered jump (#2279)Théo Cavignac
* Support filtered jump based on loclist item type (E or W for now) * Use flags to customize the behavior of ALENext and ALEPrevious * Update <plug> bindings with flags * Update documentation about ALENext and ALEPrevious * Use ale#args#Parse in JumpWrap
2018-04-10Close #1494 - Prefer displaying higher severity problems for cursor ↵w0rp
messages, balloons, and highlights
2017-08-13#653 - Filter out other buffers for loclist jumpingw0rp
2017-08-13Fix bug with ALEPrevious for blank lines.ilex
ALEPrevious (as well as ALEPreviousWrap) does not work if there is an error in empty line like 'W391: blank line at end of file' in python.
2017-08-12#653 - Fix loclist jumping so it works with buffer numbersw0rp
2017-06-03Add :ALEFirst and :ALELast commands (#616)Drew Neil
* Add :ALEFirst and :ALELast commands * Add documentation for ALEFirst and ALELast commands * Add tests for ale#loclist_jumping#JumpToIndex() * Fix the loclist jumping tests