aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorJongwook Choi <wookayin@gmail.com>2023-12-11 00:05:24 -0500
committerMathias Fußenegger <mfussenegger@users.noreply.github.com>2023-12-27 10:48:06 +0100
commit3767468b9615b617e252e9e9498e070087fe570f (patch)
tree3ba918e349a3edf12bb50b15e01f3fca71b0032f /runtime/doc
parent382ea4d40282c3ed2e3e1f30b53f060e0b0df498 (diff)
downloadrneovim-3767468b9615b617e252e9e9498e070087fe570f.tar.gz
rneovim-3767468b9615b617e252e9e9498e070087fe570f.tar.bz2
rneovim-3767468b9615b617e252e9e9498e070087fe570f.zip
docs(gen_lsp.lua): re-generate vim.lsp._meta.protocol type annotations
The purpose of this commit is to make diff clean and easy to read; to see the diff resulted from actual changes in gen_lsp.lua, not from the updated LSP protocol JSON data. Ran: `nvim -l scripts/gen_lsp.lua gen --methods` Based on 3.18.0 (2023-12-23)
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 436cbd1cee..aaec58633f 100644
--- a/runtime/doc/lsp.txt
+++ b/runtime/doc/lsp.txt
@@ -2181,7 +2181,7 @@ Methods *vim.lsp.protocol.Methods*
LSP method names.
See also: ~
- • https://microsoft.github.io/language-server-protocol/specifications/specification-current/#metaModel
+ • https://microsoft.github.io/language-server-protocol/specification/#metaModel
*vim.lsp.protocol.resolve_capabilities()*
resolve_capabilities({server_capabilities})