aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp/sync.lua
diff options
context:
space:
mode:
authorMaria José Solano <majosolano99@gmail.com>2023-10-16 08:13:37 -0700
committerGitHub <noreply@github.com>2023-10-16 08:13:37 -0700
commitc46a6c065e8d830adb8a2f410d3c92cf5bd4455b (patch)
tree4b9d5254a5dddbf87bc1a3e432d653391548a569 /runtime/lua/vim/lsp/sync.lua
parent0892c1cd94672e0dffe3b97fc4a85ea517b05598 (diff)
downloadrneovim-c46a6c065e8d830adb8a2f410d3c92cf5bd4455b.tar.gz
rneovim-c46a6c065e8d830adb8a2f410d3c92cf5bd4455b.tar.bz2
rneovim-c46a6c065e8d830adb8a2f410d3c92cf5bd4455b.zip
docs: do not hardcode LSP version in URL #25648
Diffstat (limited to 'runtime/lua/vim/lsp/sync.lua')
-rw-r--r--runtime/lua/vim/lsp/sync.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/lsp/sync.lua b/runtime/lua/vim/lsp/sync.lua
index 9c1bbf3892..ca01cdc08b 100644
--- a/runtime/lua/vim/lsp/sync.lua
+++ b/runtime/lua/vim/lsp/sync.lua
@@ -387,7 +387,7 @@ end
---@param lastline integer line to begin search in old_lines for last difference
---@param new_lastline integer line to begin search in new_lines for last difference
---@param offset_encoding string encoding requested by language server
----@return table TextDocumentContentChangeEvent see https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocumentContentChangeEvent
+---@return table TextDocumentContentChangeEvent see https://microsoft.github.io/language-server-protocol/specification/#textDocumentContentChangeEvent
function M.compute_diff(
prev_lines,
curr_lines,