aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorJaehwang Jung <tomtomjhj@gmail.com>2023-03-10 06:17:08 +0900
committerGitHub <noreply@github.com>2023-03-09 21:17:08 +0000
commit0ecb4d725e9e2086b045670e4c2fa8962b63d99c (patch)
treed84eb48560a7f1568530505fa04636af8a45aec8 /runtime/doc
parent68aa2857dd6bc1b33add02121cd36ef1ab32728c (diff)
downloadrneovim-0ecb4d725e9e2086b045670e4c2fa8962b63d99c.tar.gz
rneovim-0ecb4d725e9e2086b045670e4c2fa8962b63d99c.tar.bz2
rneovim-0ecb4d725e9e2086b045670e4c2fa8962b63d99c.zip
docs(lsp): type annotation for lsp.client (#22509)
* Also fix newly found type mismatch. * Note that it generates new warnings about using @private client methods. A proper fix would be to revamp the lsp client documentation altogether.
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/lsp.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt
index b21ef9d7d3..d13dc4a782 100644
--- a/runtime/doc/lsp.txt
+++ b/runtime/doc/lsp.txt
@@ -655,7 +655,7 @@ buf_notify({bufnr}, {method}, {params}) *vim.lsp.buf_notify()*
Send a notification to a server
Parameters: ~
- • {bufnr} (number|nil) The number of the buffer
+ • {bufnr} (integer|nil) The number of the buffer
• {method} (string) Name of the request method
• {params} (any) Arguments to send to the server