commit | 7851c69a120ea6ce8c122dd7198adbe5aec83ea5 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Thu Apr 21 11:14:01 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 21 11:14:01 2022 +0100 |
tree | 1ed81501d6227c56df18502b66f332a7bf63ae0b | |
parent | 3fd7480cd25f1e939fc2362e0644d497bcc81b71 [diff] [blame] |
patch 8.2.4802: test is not cleaned up Problem: Test is not cleaned up. Solution: Make test clean up after itself. Avoid NUL. (closes #10233)
diff --git a/src/version.c b/src/version.c index ded3a61..5ed7e76 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4802, +/**/ 4801, /**/ 4800,