commit | 3760bfddc414e4d3e1c4203db8c22e293cf08d09 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Mon Jun 06 16:22:46 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 06 16:22:46 2022 +0100 |
tree | 0fb8b02af50f9f58e863f477f07656e3aef01cb5 | |
parent | 44a3f3353e0407e9fffee138125a6927d1c9e7e5 [diff] [blame] |
patch 8.2.5064: no test for what 8.1.0052 fixes Problem: No test for what 8.1.0052 fixes. Solution: Add a test. (closes #10531)
diff --git a/src/version.c b/src/version.c index dd585c8..6bdc254 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5064, +/**/ 5063, /**/ 5062,