Skip to content

Commit f7a023e

Browse files
committed
patch 8.2.2958: function list test fails
Problem: Function list test fails. Solution: Add newly added function to the list. Fix typo.
1 parent 3a7503c commit f7a023e

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

runtime/doc/usr_41.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -952,6 +952,7 @@ Interactive: *interactive-functions*
952952
browsedir() put up a directory requester
953953
confirm() let the user make a choice
954954
getchar() get a character from the user
955+
getcharstr() get a character from the user as a string
955956
getcharmod() get modifiers for the last typed character
956957
getmousepos() get last known mouse position
957958
echoraw() output characters as-is

src/testdir/test_function_lists.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func Test_function_lists()
9696
sort u
9797
w! ++ff=unix Xfunction-list
9898
let l:unequal = assert_equalfile("Xsorted_current_global_functions", "Xfunction-list",
99-
\ "\":help functions-list\" incomplete")
99+
\ "\":help function-list\" incomplete")
100100
if l:unequal && executable("diff")
101101
call system("diff -u Xsorted_current_global_functions Xfunction-list > Xfunction-list.diff")
102102
endif

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,8 @@ static char *(features[]) =
750750

751751
static int included_patches[] =
752752
{ /* Add new patch number below this line */
753+
/**/
754+
2958,
753755
/**/
754756
2957,
755757
/**/

0 commit comments

Comments
 (0)