]> granicus.if.org Git - vim/commitdiff
patch 9.0.1066: test function name is wrong v9.0.1066
authorzeertzjq <zeertzjq@outlook.com>
Sat, 17 Dec 2022 10:40:15 +0000 (10:40 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 17 Dec 2022 10:40:15 +0000 (10:40 +0000)
Problem:    Test function name is wrong.
Solution:   Rename to what is actually being tested. (closes #11712)

src/testdir/test_menu.vim
src/version.c

index 65bdac23738d3d75bc25dddd2e25d7dc79804d0d..124735968713c3c85ff76ad70533fe013d0fa830 100644 (file)
@@ -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
index 0d306cc79e13f7962e1fd879e1549a9fccea63fb..d8fe1540dedbb69bef0b36ae0c21fd21b196aeee 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1066,
 /**/
     1065,
 /**/