1
0
forked from aniani/vim

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 #7818)
This commit is contained in:
Bram Moolenaar 2021-02-11 18:36:30 +01:00
parent 418a29f0ff
commit 5affc03468
2 changed files with 3 additions and 0 deletions

View File

@ -638,6 +638,7 @@ func Test_viminfo_oldfiles()
\ ]
call writefile(lines, 'Xviminfo')
delmark E
edit /tmp/file_two.txt
rviminfo! Xviminfo
call delete('Xviminfo')

View File

@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2498,
/**/
2497,
/**/