diff options
author | w0rp <devw0rp@gmail.com> | 2017-11-15 09:16:26 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-11-15 09:16:36 +0000 |
commit | 37f2f7043945b9e3a4567e39bfdd3abce5a87f57 (patch) | |
tree | 7af08548ee1161ba75796542052eff084ec4ffbe | |
parent | 48be035da82c30fe12859179d731720f3819ee4e (diff) | |
download | ale-37f2f7043945b9e3a4567e39bfdd3abce5a87f57.zip |
Update the documentation for GetLoclist
-rw-r--r-- | doc/ale.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 7da027b6..9947d091 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -1700,9 +1700,11 @@ ale#engine#EscapeCommandPart(command_part) *ale#engine#EscapeCommandPart()* ale#engine#GetLoclist(buffer) *ale#engine#GetLoclist()* - Given a buffer number, this function will rerurn the list of warnings and - errors reported by ALE for a given buffer in the format accepted by - |setqflist()|. + Given a buffer number, this function will return the list of problems + reported by ALE for a given buffer in the format accepted by |setqflist()|. + + A reference to the buffer's list of problems will be returned. The list must + be copied before applying |map()| or |filter()|. ale#engine#ManageFile(buffer, filename) *ale#engine#ManageFile()* |