docs: do not hardcode LSP version in URL #25648

This commit is contained in:
Maria José Solano
2023-10-16 08:13:37 -07:00
committed by GitHub
parent 0892c1cd94
commit c46a6c065e
9 changed files with 13 additions and 13 deletions

View File

@@ -1829,7 +1829,7 @@ do --[[ References ]]
---@param bufnr integer Buffer id
---@param references table List of `DocumentHighlight` objects to highlight
---@param offset_encoding string One of "utf-8", "utf-16", "utf-32".
---@see https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocumentContentChangeEvent
---@see https://microsoft.github.io/language-server-protocol/specification/#textDocumentContentChangeEvent
function M.buf_highlight_references(bufnr, references, offset_encoding)
validate({
bufnr = { bufnr, 'n', true },