commit | f240395fca63d4b330112a4b81e94b05b50de1aa | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Tue Aug 30 18:42:16 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 30 18:42:16 2022 +0100 |
tree | 09bf1e24245b8d7757a414d996fc716610b42c43 | |
parent | 171a1607f4b0b3cdcbbe5e886da37a5d11f15684 [diff] [blame] |
patch 9.0.0334: test does not properly clean up Problem: Test does not properly clean up. Solution: Fix typo in argument of delete(). (Dominique Pellé, closes #11010)
diff --git a/src/version.c b/src/version.c index 265da75..dd60073 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 334, +/**/ 333, /**/ 332,