neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 2ae54cef6e54ea97e2a18943389a9dba9ad365d2
parent 36ca082a11e70e84c985a62db293732ea527ea01
Author: nullchilly <nullchilly@gmail.com>
Date:   Sat, 11 Mar 2023 17:57:07 +0700

docs: add removed features in news.txt

Diffstat:
Mruntime/doc/news.txt | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt @@ -237,6 +237,10 @@ The following deprecated functions or APIs were removed. • |LanguageTree:parse()| no longer returns changed regions. Please use the `on_changedtree` callbacks instead. +• `vim.highlight.create()`, `vim.highlight.link()` were removed, use |nvim_set_hl()| instead. + +• `require'health'` was removed. Use |vim.health| instead. + ============================================================================== DEPRECATIONS *news-deprecations*