summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartino Pilia <martino.pilia@gmail.com>2019-05-31 21:56:38 +0200
committerMartino Pilia <martino.pilia@gmail.com>2019-05-31 21:56:38 +0200
commit332168594001264e68601c03a6365626142be1fe (patch)
tree740be9cb56be4ee2f430933de0359deec422432c /doc
parent7053d468cc45b1afc18a12cc26dea0278fe9567c (diff)
downloadale-332168594001264e68601c03a6365626142be1fe.zip
Refactor LSP custom request handling
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt3
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()*