diff options
author | Maria José Solano <majosolano99@gmail.com> | 2023-10-16 08:13:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-16 08:13:37 -0700 |
commit | c46a6c065e8d830adb8a2f410d3c92cf5bd4455b (patch) | |
tree | 4b9d5254a5dddbf87bc1a3e432d653391548a569 /runtime/lua/vim/lsp/sync.lua | |
parent | 0892c1cd94672e0dffe3b97fc4a85ea517b05598 (diff) | |
download | rneovim-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.lua | 2 |
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, |