diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-10-08 17:49:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-08 17:49:09 +0200 |
commit | 93117b358778487d85665035b6a95976eee70d9c (patch) | |
tree | 5d5c90eac04faee27eb25b463ce485e797f131e1 /runtime | |
parent | b05e10ef7265c257be79e6888cbf87bb6ba86845 (diff) | |
download | rneovim-93117b358778487d85665035b6a95976eee70d9c.tar.gz rneovim-93117b358778487d85665035b6a95976eee70d9c.tar.bz2 rneovim-93117b358778487d85665035b6a95976eee70d9c.zip |
docs(news): add news.txt and link from README (#20426)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/news.txt | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt new file mode 100644 index 0000000000..0fdd7aaaf9 --- /dev/null +++ b/runtime/doc/news.txt @@ -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: |