summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-03-07 23:31:25 +0000
committerw0rp <devw0rp@gmail.com>2017-03-07 23:31:25 +0000
commit21caf54543e375a58ec9e5beb23a19f4e6137d35 (patch)
tree8e621d1e7b2d22712e7377067b375c60081dc79c /doc
parentb487c621306b109e5a95cff20f2d72b454ca50d4 (diff)
downloadale-21caf54543e375a58ec9e5beb23a19f4e6137d35.zip
Make the navigation commands only work with ALE's pre-sorted list
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt4
1 files changed, 3 insertions, 1 deletions
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