diff options
author | Gregory Anders <greg@gpanders.com> | 2025-03-26 13:56:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-26 13:56:23 -0500 |
commit | 9acb52c8f386ea0a026ba4e314e1294da66f8e79 (patch) | |
tree | 5a924f534ae252b81e121a2df48d905b6aef499f /runtime/doc | |
parent | c5f3b4ca02dd858f4c57f7e479c958089ab09211 (diff) | |
download | rneovim-9acb52c8f386ea0a026ba4e314e1294da66f8e79.tar.gz rneovim-9acb52c8f386ea0a026ba4e314e1294da66f8e79.tar.bz2 rneovim-9acb52c8f386ea0a026ba4e314e1294da66f8e79.zip |
refactor(diagnostic)!: remove deprecated diagnostic APIs (#33072)
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/news.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 24af07a34b..c0f3b31cf7 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -49,7 +49,12 @@ BUILD DIAGNOSTICS -• todo +• |diagnostic-signs| can no longer be configured with |:sign-define| or + |sign_define()| (deprecated in Nvim 0.10 |deprecated-0.10|). +• |vim.diagnostic.disable()| and |vim.diagnostic.is_disabled()| (deprecated in + Nvim 0.10 |deprecated-0.10|) are removed. +• The legacy signature of |vim.diagnostic.enable()| (deprecated in Nvim 0.10 + |deprecated-0.10|) is no longer supported. EDITOR |