0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

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,
/**/