From 13b8205b442f52f34deac98e3312a27dec14d8e2 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 10 Jun 2020 17:13:48 +0200 Subject: [PATCH] patch 8.2.0950: tagjump test fails Problem: Tagjump test fails. Solution: Adjust expected text of the prompt. --- src/testdir/test_tagjump.vim | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/testdir/test_tagjump.vim b/src/testdir/test_tagjump.vim index fa825c7dc0..0a69a8d3a9 100644 --- a/src/testdir/test_tagjump.vim +++ b/src/testdir/test_tagjump.vim @@ -1031,7 +1031,7 @@ func Test_tselect_listing() 2 FS v first Xfoo typeref:typename:char 2 -Type number and (empty cancels): +Type number and (q or empty cancels): [DATA] call assert_equal(expected, l) diff --git a/src/version.c b/src/version.c index 52d655cbc2..abf9f6860a 100644 --- a/src/version.c +++ b/src/version.c @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 950, /**/ 949, /**/