summaryrefslogtreecommitdiff
path: root/autoload/ale/loclist_jumping.vim
AgeCommit message (Expand)Author
2019-05-17Fix #1317 - Jump to column 1 for problems at column 0w0rp
2019-03-07Fix #2330 - Do not use getcurpos() to avoid changing curswantw0rp
2019-02-10Complain about binary operators on the ends of linesw0rp
2019-02-10Supporting filtered jump (#2279)Théo Cavignac
2018-04-27set marks to add to jump listJonny Ramsden
2017-08-13Simplify the loclist jumping code a littlew0rp
2017-08-13#653 - Filter out other buffers for loclist jumpingw0rp
2017-08-13Fix bug with ALEPrevious for blank lines.ilex
2017-08-12#653 - Fix loclist jumping so it works with buffer numbersw0rp
2017-08-08Ban use of ==# or ==? in the codebase, and prefer is# or is? insteadw0rp
2017-06-03Add :ALEFirst and :ALELast commands (#616)Drew Neil
2017-03-07Make the navigation commands only work with ALE's pre-sorted listw0rp
2017-02-21Fix #314 - quickfix should take precedence over loclist for jumpingw0rp
2017-02-21#314 filter both lists, and add tests to cover the list retrievalw0rp
2017-02-08#314 Use the quickfix list for jumping between errors if that is set instead ...w0rp
2016-10-26#144 - Implement commands for moving through warnings/errorsw0rp