diff options
author | Thomas Vigouroux <tomvig38@gmail.com> | 2021-08-30 09:47:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-30 09:47:39 +0200 |
commit | 215c9b579282b6df3399faee6990666f9aa7559b (patch) | |
tree | 55f139df41401f421bcfc86a94d1710bc43d2fd2 | |
parent | b35de6c525e7c8ad9d64d42f57f348dff608b9e5 (diff) | |
parent | 119b4daced123946d88cfe4b3818582d66ca5904 (diff) | |
download | rneovim-215c9b579282b6df3399faee6990666f9aa7559b.tar.gz rneovim-215c9b579282b6df3399faee6990666f9aa7559b.tar.bz2 rneovim-215c9b579282b6df3399faee6990666f9aa7559b.zip |
Merge pull request #15498 from neovim/marvim/api-doc-update/master
docs: regenerate
-rw-r--r-- | runtime/doc/lsp.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt index b04d9c267a..69e509c187 100644 --- a/runtime/doc/lsp.txt +++ b/runtime/doc/lsp.txt @@ -1831,12 +1831,6 @@ apply_workspace_edit({workspace_edit}) Parameters: ~ {workspace_edit} (table) `WorkspaceEdit` -border_height({id}) *vim.lsp.util.border_height()* - TODO: Documentation - -border_width({id}) *vim.lsp.util.border_width()* - TODO: Documentation - buf_clear_references({bufnr}) *vim.lsp.util.buf_clear_references()* Removes document highlights from a buffer. |