]> granicus.if.org Git - vim/commitdiff
patch 8.2.2958: function list test fails v8.2.2958
authorBram Moolenaar <Bram@vim.org>
Mon, 7 Jun 2021 16:50:01 +0000 (18:50 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 7 Jun 2021 16:50:01 +0000 (18:50 +0200)
Problem:    Function list test fails.
Solution:   Add newly added function to the list.  Fix typo.

runtime/doc/usr_41.txt
src/testdir/test_function_lists.vim
src/version.c

index f34891a9055f80c083f05400aee1dbfe10445bf7..0d66d2bb671fbee99ed4b189e10cdaec24f31f3b 100644 (file)
@@ -952,6 +952,7 @@ Interactive:                                        *interactive-functions*
        browsedir()             put up a directory requester
        confirm()               let the user make a choice
        getchar()               get a character from the user
+       getcharstr()            get a character from the user as a string
        getcharmod()            get modifiers for the last typed character
        getmousepos()           get last known mouse position
        echoraw()               output characters as-is
index 7bf8d4d2fc538f3767c61a85889fdea81c650532..59180e3294e48a58b0b6a032ef0e3d856262885f 100644 (file)
@@ -96,7 +96,7 @@ func Test_function_lists()
   sort u
   w! ++ff=unix Xfunction-list
   let l:unequal = assert_equalfile("Xsorted_current_global_functions", "Xfunction-list",
-      \ "\":help functions-list\" incomplete")
+      \ "\":help function-list\" incomplete")
   if l:unequal && executable("diff")
     call system("diff -u Xsorted_current_global_functions Xfunction-list > Xfunction-list.diff")
   endif
index a1b2c2360080145e9763f51f29db04d6c2c4c251..e39ee98fc66709b67ccb4324bcebe3c37cc2f93a 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2958,
 /**/
     2957,
 /**/