1
0
forked from aniani/vim

patch 9.0.1020: tests call GetSwapFileList() before it is defined

Problem:    Tests call GetSwapFileList() before it is defined.
Solution:   Move the call to after defining the function. (Christopher
            Plewright)
This commit is contained in:
Bram Moolenaar
2022-12-06 14:21:09 +00:00
parent 56a40fea9c
commit 6572a90287
2 changed files with 9 additions and 7 deletions

View File

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