commit 3ac981e83810d4eb6f8e93d73e02514186541aad
parent f60051e00d1ad2a9c9f24b2fd5e53bad1b6eb1ed
Author: zeertzjq <zeertzjq@outlook.com>
Date: Sat, 24 Jan 2026 09:46:09 +0800
vim-patch:9.0.1066: test function name is wrong
Problem: Test function name is wrong.
Solution: Rename to what is actually being tested. (closes vim/vim#11712)
https://github.com/vim/vim/commit/67f3094397a40bea051a8e99921a8bf6f45d6147
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/old/testdir/test_menu.vim b/test/old/testdir/test_menu.vim
@@ -614,7 +614,7 @@ func Test_only_modifier()
tunmenu a.b
endfunc
-func Test_mapclear_while_listing()
+func Test_unmenu_while_listing_menus()
CheckRunVimInTerminal
let lines =<< trim END