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