mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00

This notation is hardly used and makes the behavior of the from_part argument of nvim_replace_termcodes confusing.
52 lines
1.6 KiB
Plaintext
52 lines
1.6 KiB
Plaintext
*news.txt* Nvim
|
|
|
|
|
|
NVIM REFERENCE MANUAL
|
|
|
|
|
|
Notable changes in Nvim 0.10 from 0.9 *news*
|
|
|
|
For changes in Nvim 0.9, see |news-0.9|.
|
|
|
|
Type |gO| to see the table of contents.
|
|
|
|
==============================================================================
|
|
BREAKING CHANGES *news-breaking*
|
|
|
|
The following changes may require adaptations in user config or plugins.
|
|
|
|
• "#" followed by a digit no longer stands for a function key at the start of
|
|
the lhs of a mapping.
|
|
|
|
==============================================================================
|
|
ADDED FEATURES *news-added*
|
|
|
|
The following new APIs or features were added.
|
|
|
|
• ...
|
|
|
|
==============================================================================
|
|
CHANGED FEATURES *news-changed*
|
|
|
|
The following changes to existing APIs or features add new behavior.
|
|
|
|
• ...
|
|
|
|
==============================================================================
|
|
REMOVED FEATURES *news-removed*
|
|
|
|
The following deprecated functions or APIs were removed.
|
|
|
|
• ...
|
|
|
|
==============================================================================
|
|
DEPRECATIONS *news-deprecations*
|
|
|
|
The following functions are now deprecated and will be removed in the next
|
|
release.
|
|
|
|
• ...
|
|
|
|
|
|
vim:tw=78:ts=8:sw=2:et:ft=help:norl:
|