]> granicus.if.org Git - vim/commitdiff
patch 8.2.0950: tagjump test fails v8.2.0950
authorBram Moolenaar <Bram@vim.org>
Wed, 10 Jun 2020 15:13:48 +0000 (17:13 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 10 Jun 2020 15:13:48 +0000 (17:13 +0200)
Problem:    Tagjump test fails.
Solution:   Adjust expected text of the prompt.

src/testdir/test_tagjump.vim
src/version.c

index fa825c7dc0302e536483b97477d416bddb13095c..0a69a8d3a9e998d8f5b835eadd0ff599c73f5aae 100644 (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)
 
index 52d655cbc2042839fb8913a129ef598825a9fa9e..abf9f6860a44a5d98a4545e826b406dc7e5f4c60 100644 (file)
@@ -754,6 +754,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    950,
 /**/
     949,
 /**/