Update the documentation for GetLoclist

This commit is contained in:
w0rp 2017-11-15 09:16:26 +00:00
parent 48be035da8
commit 37f2f70439
1 changed files with 5 additions and 3 deletions

View File

@ -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()*