mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 17:58:18 +00:00
docs(news): add news.txt and link from README (#20426)
This commit is contained in:
39
runtime/doc/news.txt
Normal file
39
runtime/doc/news.txt
Normal file
@@ -0,0 +1,39 @@
|
||||
*news.txt* Nvim
|
||||
|
||||
|
||||
NVIM REFERENCE MANUAL
|
||||
|
||||
|
||||
Notable changes in Nvim 0.9 from 0.8 *news*
|
||||
|
||||
Type |gO| to see the table of contents.
|
||||
|
||||
==============================================================================
|
||||
BREAKING CHANGES *news-breaking*
|
||||
|
||||
The following changes may require adaptations in user config or plugins.
|
||||
|
||||
==============================================================================
|
||||
NEW FEATURES *news-features*
|
||||
|
||||
The following new APIs or features were added.
|
||||
|
||||
==============================================================================
|
||||
CHANGED FEATURES *news-changes*
|
||||
|
||||
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:
|
Reference in New Issue
Block a user