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)

67f3094397
This commit is contained in:
zeertzjq
2026-01-24 09:46:09 +08:00
parent f60051e00d
commit 3ac981e838

View File

@@ -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