docs(news): mention 'splitkeep' #20744

This commit is contained in:
zeertzjq 2022-10-20 18:04:32 +08:00 committed by GitHub
parent fad558b6af
commit 3b0777cfa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -39,8 +39,7 @@ Features
- [XDG base directories](https://github.com/neovim/neovim/pull/3470) support - [XDG base directories](https://github.com/neovim/neovim/pull/3470) support
- Compatible with most Vim plugins, including Ruby and Python plugins - Compatible with most Vim plugins, including Ruby and Python plugins
See [`:help nvim-features`][nvim-features] for the full list, and `[:help See [`:help nvim-features`][nvim-features] for the full list, and [`:help news`][nvim-news] for noteworthy changes in the latest version!
news][nvim-news]` for noteworthy changes in the latest version!
Install from package Install from package
-------------------- --------------------

View File

@ -13,7 +13,7 @@ BREAKING CHANGES *news-breaking*
The following changes may require adaptations in user config or plugins. The following changes may require adaptations in user config or plugins.
• Cscope is now removed (see |cscope| and |nvim-features-removed|): • Cscope support is now removed (see |cscope| and |nvim-features-removed|):
- Commands removed: - Commands removed:
- `:cscope` - `:cscope`
- `:lcscope` - `:lcscope`
@ -39,7 +39,8 @@ NEW FEATURES *news-features*
The following new APIs or features were added. The following new APIs or features were added.
|nvim_select_popupmenu_item()| now supports |cmdline-completion| popup menu. • 'splitkeep' option to control the scroll behavior of horizontal splits.
• |nvim_select_popupmenu_item()| now supports |cmdline-completion| popup menu.
============================================================================== ==============================================================================
CHANGED FEATURES *news-changes* CHANGED FEATURES *news-changes*

View File

@ -707,7 +707,7 @@ TUI:
Cscope: Cscope:
*cscope* *cscope*
Cscope has been removed in favour of LSP based solutions. Cscope support has been removed in favour of LSP based solutions.
============================================================================== ==============================================================================
vim:tw=78:ts=8:sw=2:et:ft=help:norl: vim:tw=78:ts=8:sw=2:et:ft=help:norl: