commit | 3d19c81a116e7923d8295e7d2795fb3edb45acb1 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Fri Nov 04 21:58:36 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 04 21:58:36 2022 +0000 |
tree | 70134e1bf3d98e92f72924c76c65de4e4af9b1da | |
parent | c57b5bcd22826e0852c2bc9c7d4382e1cac7cb74 [diff] [blame] |
patch 9.0.0829: wrong counts in macro comment Problem: Wrong counts in macro comment. Solution: Update the value counts. (closes #11480)
diff --git a/src/version.c b/src/version.c index ceabba2..2364d12 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 829, +/**/ 828, /**/ 827,