neovim

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

commit 3264dfee757403983239b2403397dc42ec5673d1
parent c52f6eb49a956f5abdc469ce7c5f7264a48c2a2c
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Mon, 19 Jan 2026 06:51:06 +0800

vim-patch:9.1.1989: Vim intro screen shows register message

Problem:  Vim intro screen shows register message (after v9.1.1893)
Solution: Remove the register message, registering is no longer useful
          and possible.

fixes:  vim/vim#18933
closes: vim/vim#18934

Signed-off-by:

https://github.com/vim/vim/commit/ca12f62d0a6a49db0e1956c5c217e7e00e0366c7

Co-authored-by: Christian Brabandt <cb@256bit.org>

Diffstat:
Mruntime/menu.vim | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/runtime/menu.vim b/runtime/menu.vim @@ -2,7 +2,7 @@ " You can also use this as a start for your own set of menus. " " Maintainer: The Vim Project <https://github.com/vim/vim> -" Last Change: 2025 Aug 10 +" Last Change: 2025 Dec 15 " Former Maintainer: Bram Moolenaar <Bram@vim.org> " Note that ":an" (short for ":anoremenu") is often used to make a menu work @@ -84,7 +84,7 @@ an <silent> 9999.40 &Help.&Find\.\.\. :call <SID>Helpfind()<CR> an 9999.45 &Help.-sep1- <Nop> an 9999.50 &Help.&Credits :help credits<CR> an 9999.60 &Help.Co&pying :help copying<CR> -an 9999.70 &Help.&Sponsor/Register :help sponsor<CR> +an 9999.70 &Help.&Sponsor :help sponsor<CR> an 9999.70 &Help.O&rphans :help kcc<CR> an 9999.75 &Help.-sep2- <Nop> an 9999.80 &Help.&Version :version<CR>