summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/menu.vim
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2026-01-19 06:51:06 +0800
committerzeertzjq <zeertzjq@outlook.com>2026-01-19 06:51:47 +0800
commit3264dfee757403983239b2403397dc42ec5673d1 (patch)
tree576aa7c1af4fa1b6b4aded8841b61e9f57524a19 /runtime/menu.vim
parentc52f6eb49a956f5abdc469ce7c5f7264a48c2a2c (diff)
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 (limited to 'runtime/menu.vim')
-rw-r--r--runtime/menu.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/menu.vim b/runtime/menu.vim
index 768bd0b769..d99b87f116 100644
--- 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>