mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
docs: do not hardcode LSP version in URL #25648
This commit is contained in:
committed by
GitHub
parent
0892c1cd94
commit
c46a6c065e
@ -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,
|
||||
|
Reference in New Issue
Block a user