mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-09 04:52:29 +08:00
Make the navigation commands only work with ALE's pre-sorted list
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user