Update runtime/doc/news.txt

Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
Justin M. Keyes 2024-04-22 06:08:47 -07:00 committed by GitHub
parent 4b34ae4ce3
commit 6c8c982213
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ The following new APIs and features were added.
• Floating windows can now be hidden by setting `hide` in |nvim_open_win()| or
|nvim_win_set_config()|.
• |nvim_input_mouse()| supports mouse buttons "x1" and "x2".
Added |nvim_tabpage_set_win()| to set the current window of a tabpage.
• |nvim_tabpage_set_win()| sets the current window of a tabpage.
• |namespace| can now have window scopes. |nvim_ns_add()|
• 'foldtext' now supports virtual text format. |fold-foldtext|