0
0
mirror of https://github.com/vim/vim.git synced 2025-09-30 04:44:14 -04:00

patch 8.2.0950: tagjump test fails

Problem:    Tagjump test fails.
Solution:   Adjust expected text of the prompt.
This commit is contained in:
Bram Moolenaar
2020-06-10 17:13:48 +02:00
parent ea1233fccf
commit 13b8205b44
2 changed files with 3 additions and 1 deletions

View File

@@ -1031,7 +1031,7 @@ func Test_tselect_listing()
2 FS v first Xfoo
typeref:typename:char
2
Type number and <Enter> (empty cancels):
Type number and <Enter> (q or empty cancels):
[DATA]
call assert_equal(expected, l)

View File

@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
950,
/**/
949,
/**/