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:
@@ -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)
|
||||
|
||||
|
@@ -754,6 +754,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
950,
|
||||
/**/
|
||||
949,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user