commit | 6572a90287c7aa6e8042b18604891e9df3657245 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 06 14:21:09 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 06 14:21:09 2022 +0000 |
tree | 14b41a4662aacb8afb4853844c3c1f3e49918be5 | |
parent | 56a40fea9c28f8fc918a0db6de4c048da241cf32 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index e49b0bc..288164a 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1020, +/**/ 1019, /**/ 1018,