forked from aniani/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 #11712)
This commit is contained in:
@@ -570,7 +570,7 @@ func Test_only_modifier()
|
|||||||
tunmenu a.b
|
tunmenu a.b
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_mapclear_while_listing()
|
func Test_unmenu_while_listing_menus()
|
||||||
CheckRunVimInTerminal
|
CheckRunVimInTerminal
|
||||||
|
|
||||||
let lines =<< trim END
|
let lines =<< trim END
|
||||||
|
@@ -695,6 +695,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1066,
|
||||||
/**/
|
/**/
|
||||||
1065,
|
1065,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user