neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 3b0777cfa5fd9f2e35abeb24cb87b79f76b39934
parent fad558b6affd54075654dd55922348f76a95e338
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Thu, 20 Oct 2022 18:04:32 +0800

docs(news): mention 'splitkeep' #20744


Diffstat:
MREADME.md | 3+--
Mruntime/doc/news.txt | 5+++--
Mruntime/doc/vim_diff.txt | 2+-
3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -39,8 +39,7 @@ Features - [XDG base directories](https://github.com/neovim/neovim/pull/3470) support - Compatible with most Vim plugins, including Ruby and Python plugins -See [`:help nvim-features`][nvim-features] for the full list, and `[:help -news][nvim-news]` for noteworthy changes in the latest version! +See [`:help nvim-features`][nvim-features] for the full list, and [`:help news`][nvim-news] for noteworthy changes in the latest version! Install from package -------------------- diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt @@ -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* diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt @@ -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: