Make the navigation commands only work with ALE's pre-sorted list

This commit is contained in:
w0rp
2017-03-07 23:31:25 +00:00
parent b487c62130
commit 21caf54543
3 changed files with 56 additions and 120 deletions

View File

@@ -1155,7 +1155,9 @@ ALENext *ALENext*
ALENextWrap *ALENextWrap*
*ale-navigation-commands*
Move between warnings or errors in a buffer.
Move between warnings or errors in a buffer. ALE will only navigate between
the errors or warnings it generated, even if both |g:ale_set_quickfix|
and |g:ale_set_loclist| are set to `0`.
`ALEPrevious` and `ALENext` will stop at the top and bottom of a file, while
`ALEPreviousWrap` and `ALENextWrap` will wrap around the file to find