From b5782c3b8185553f29e1fc66ae2be7681296ece3 Mon Sep 17 00:00:00 2001 From: Patrice Peterson Date: Sun, 23 Aug 2020 13:28:56 +0200 Subject: Add FIXMEs --- runtime/lua/vim/lsp/rpc.lua | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'runtime/lua/vim/lsp/rpc.lua') diff --git a/runtime/lua/vim/lsp/rpc.lua b/runtime/lua/vim/lsp/rpc.lua index 8ed09bf34a..680e1ba6ae 100644 --- a/runtime/lua/vim/lsp/rpc.lua +++ b/runtime/lua/vim/lsp/rpc.lua @@ -368,7 +368,9 @@ local function start(cmd, cmd_args, handlers, extra_spawn_params) return true end - -- FIXME: Should be placed on the RPC client object returned by `start()` + -- FIXME: DOC: Should be placed on the RPC client object returned by + -- `start()` + -- --- Sends a notification to the LSP server. --@param method (string) The invoked LSP method --@param params (table): Parameters for the invoked LSP method @@ -393,7 +395,9 @@ local function start(cmd, cmd_args, handlers, extra_spawn_params) } end - -- FIXME: Should be placed on the RPC client object returned by `start()` + -- FIXME: DOC: Should be placed on the RPC client object returned by + -- `start()` + -- --- Sends a request to the LSP server and runs {callback} upon response. --- --@param method (string) The invoked LSP method -- cgit