diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-08-09 20:54:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-09 20:54:28 +0200 |
commit | 3cacd108d086fb947edeb330421954043f463d30 (patch) | |
tree | 29d59689df775469793dfa4f4460a7563e0ff20b | |
parent | 0e9d97896ae43b106b9ed6b1078d4b33280cf729 (diff) | |
download | rneovim-3cacd108d086fb947edeb330421954043f463d30.tar.gz rneovim-3cacd108d086fb947edeb330421954043f463d30.tar.bz2 rneovim-3cacd108d086fb947edeb330421954043f463d30.zip |
docs: regenerate (#15324)
Co-authored-by: marvim <marvim@users.noreply.github.com>
-rw-r--r-- | runtime/doc/lsp.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt index 9624f582a9..7e589c095b 100644 --- a/runtime/doc/lsp.txt +++ b/runtime/doc/lsp.txt @@ -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 |