commit | c216a7a21a25a701b84b79abc1ba6ab0baa3a311 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 05 13:50:55 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 05 13:50:55 2022 +0000 |
tree | e8bda92c7339e1960d00dc035f0de82f3c2b975a | |
parent | 65214053f6a4bdb1099404a4b5dccb85ca3e5c7c [diff] [blame] |
patch 9.0.1007: there is no way to get a list of swap file names Problem: There is no way to get a list of swap file names. Solution: Add the swapfilelist() function. Use it in the test script to clean up. Remove deleting individual swap files.
diff --git a/src/version.c b/src/version.c index 9f400f2..4a15f43 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1007, +/**/ 1006, /**/ 1005,