From 67f3094397a40bea051a8e99921a8bf6f45d6147 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sat, 17 Dec 2022 10:40:15 +0000 Subject: [PATCH] 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) --- src/testdir/test_menu.vim | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/testdir/test_menu.vim b/src/testdir/test_menu.vim index 65bdac237..124735968 100644 --- a/src/testdir/test_menu.vim +++ b/src/testdir/test_menu.vim @@ -570,7 +570,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 diff --git a/src/version.c b/src/version.c index 0d306cc79..d8fe1540d 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1066, /**/ 1065, /**/ -- 2.40.0