mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
docs(news): mention 'splitkeep' #20744
This commit is contained in:
@@ -13,7 +13,7 @@ BREAKING CHANGES *news-breaking*
|
||||
|
||||
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:
|
||||
- `:cscope`
|
||||
- `:lcscope`
|
||||
@@ -39,7 +39,8 @@ NEW FEATURES *news-features*
|
||||
|
||||
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*
|
||||
|
@@ -707,7 +707,7 @@ TUI:
|
||||
|
||||
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:
|
||||
|
Reference in New Issue
Block a user