changeset 23911:30e3a7a33b66 v8.2.2498

patch 8.2.2498: no test for what 8.2.2494 fixes Commit: https://github.com/vim/vim/commit/5affc034680a95eabfbfca763bedf86ae0a79c44 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 11 18:36:30 2021 +0100 patch 8.2.2498: no test for what 8.2.2494 fixes Problem: No test for what 8.2.2494 fixes. Solution: Add a simple change to test the fix. (closes https://github.com/vim/vim/issues/7818)
author Bram Moolenaar <Bram@vim.org>
date Thu, 11 Feb 2021 18:45:03 +0100
parents 6cfb5e0231e0
children 3b393768db03
files src/testdir/test_viminfo.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_viminfo.vim
+++ b/src/testdir/test_viminfo.vim
@@ -638,6 +638,7 @@ func Test_viminfo_oldfiles()
 	\ ]
   call writefile(lines, 'Xviminfo')
   delmark E
+  edit /tmp/file_two.txt
   rviminfo! Xviminfo
   call delete('Xviminfo')
 
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2498,
+/**/
     2497,
 /**/
     2496,