From 21caf54543e375a58ec9e5beb23a19f4e6137d35 Mon Sep 17 00:00:00 2001 From: w0rp Date: Tue, 7 Mar 2017 23:31:25 +0000 Subject: Make the navigation commands only work with ALE's pre-sorted list --- doc/ale.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ale.txt b/doc/ale.txt index 2fe3ad8a..bc5e927b 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -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 -- cgit v1.2.3