docs: regenerate (#15324)

Co-authored-by: marvim <marvim@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-08-09 20:54:28 +02:00 committed by GitHub
parent 0e9d97896a
commit 3cacd108d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1805,6 +1805,9 @@ apply_text_edits({text_edits}, {bufnr})
{text_edits} (table) list of `TextEdit` objects
{buf_nr} (number) Buffer id
See also: ~
https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textEdit
*vim.lsp.util.apply_workspace_edit()*
apply_workspace_edit({workspace_edit})
Applies a `WorkspaceEdit` .
@ -1833,6 +1836,9 @@ buf_highlight_references({bufnr}, {references})
{references} List of `DocumentHighlight` objects to
highlight
See also: ~
https://microsoft.github.io/language-server-protocol/specifications/specification-3-17/#documentHighlight
buf_lines({bufnr}) *vim.lsp.util.buf_lines()*
TODO: Documentation