diff options
author | Martino Pilia <martino.pilia@gmail.com> | 2019-05-31 21:56:38 +0200 |
---|---|---|
committer | Martino Pilia <martino.pilia@gmail.com> | 2019-05-31 21:56:38 +0200 |
commit | 332168594001264e68601c03a6365626142be1fe (patch) | |
tree | 740be9cb56be4ee2f430933de0359deec422432c /doc | |
parent | 7053d468cc45b1afc18a12cc26dea0278fe9567c (diff) | |
download | ale-332168594001264e68601c03a6365626142be1fe.zip |
Refactor LSP custom request handling
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 8dcbea60..f0c0a468 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -3205,9 +3205,6 @@ ale#lsp_linter#SendRequest(buffer, linter_name, method, parameters, Callback) request is received, and takes as unique argument a dictionary representing the response to the request obtained from the server. - The function returns zero if the request is succesfully sent, non-zero - otherwise. - ale#other_source#ShowResults(buffer, linter_name, loclist) *ale#other_source#ShowResults()* |