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:
@@ -638,6 +638,7 @@ func Test_viminfo_oldfiles()
|
|||||||
\ ]
|
\ ]
|
||||||
call writefile(lines, 'Xviminfo')
|
call writefile(lines, 'Xviminfo')
|
||||||
delmark E
|
delmark E
|
||||||
|
edit /tmp/file_two.txt
|
||||||
rviminfo! Xviminfo
|
rviminfo! Xviminfo
|
||||||
call delete('Xviminfo')
|
call delete('Xviminfo')
|
||||||
|
|
||||||
|
@@ -750,6 +750,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2498,
|
||||||
/**/
|
/**/
|
||||||
2497,
|
2497,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user