mirror of
https://github.com/neovim/neovim.git
synced 2026-03-31 04:42:03 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user