changeset 20796:8b775cd23555 v8.2.0950

patch 8.2.0950: tagjump test fails Commit: https://github.com/vim/vim/commit/13b8205b442f52f34deac98e3312a27dec14d8e2 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 10 17:13:48 2020 +0200 patch 8.2.0950: tagjump test fails Problem: Tagjump test fails. Solution: Adjust expected text of the prompt.
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 Jun 2020 17:15:04 +0200
parents 34febcaa0336
children 46dea7033d30
files src/testdir/test_tagjump.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <Enter> (empty cancels): 
+Type number and <Enter> (q or empty cancels): 
 [DATA]
   call assert_equal(expected, l)
 
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    950,
+/**/
     949,
 /**/
     948,