commit | 12167d8b84c4a99751d9928f1a9a59c90b14931f | [log] [tgz] |
---|---|---|
author | mityu <mityu.mail@gmail.com> | Thu Sep 15 17:44:07 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 15 17:44:07 2022 +0100 |
tree | 08957c14262a49d0b320d290323012db3ccb05ee | |
parent | b46c083a5ed9e0c4ac5f3aec577946dcbe8c9dc5 [diff] [blame] |
patch 9.0.0471: no test for what patch 9.0.0469 fixes Problem: No test for what patch 9.0.0469 fixes. Solution: Add a test. (closes #11140)
diff --git a/src/version.c b/src/version.c index 3f832ad..aa8159e 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 471, +/**/ 470, /**/ 469,