diff options
author | Christian Clason <c.clason@uni-graz.at> | 2021-11-02 16:24:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-02 16:24:05 +0100 |
commit | 487286b6218ecf4bcf48d0a0089fbc78e2bc5a37 (patch) | |
tree | 34a05d1cb71e1c4d24f88559622d4fb5cad6de29 | |
parent | ed2573b7e121fe8b9b6b70a16cdb3b2a8bc4dbd3 (diff) | |
download | rneovim-487286b6218ecf4bcf48d0a0089fbc78e2bc5a37.tar.gz rneovim-487286b6218ecf4bcf48d0a0089fbc78e2bc5a37.tar.bz2 rneovim-487286b6218ecf4bcf48d0a0089fbc78e2bc5a37.zip |
docs: mention replacement for deprecated vim.lsp.diagnostic.show_* (#16211)
-rw-r--r-- | runtime/doc/deprecated.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/deprecated.txt b/runtime/doc/deprecated.txt index a7ce4135af..21a34178b3 100644 --- a/runtime/doc/deprecated.txt +++ b/runtime/doc/deprecated.txt @@ -85,6 +85,9 @@ For each of the functions below, use the corresponding function in *vim.lsp.diagnostic.save()* Use |vim.diagnostic.set()| instead. *vim.lsp.diagnostic.set_loclist()* Use |vim.diagnostic.setloclist()| instead. *vim.lsp.diagnostic.set_qflist()* Use |vim.diagnostic.setqflist()| instead. + +The following have been replaced by |vim.diagnostic.open_float()|. + *vim.lsp.diagnostic.show_line_diagnostics()* *vim.lsp.diagnostic.show_position_diagnostics()* |