commit | 0dc2fd307ffc223cf010d1fdea6e3d5c4524d43c | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Fri Sep 09 11:27:59 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 11:27:59 2022 +0100 |
tree | 09b76b81bbef57e6e214e04c195629bfd87f2edd | |
parent | 5bc13453b2dd8067597793e32c4f94aa3031054a [diff] [blame] |
patch 9.0.0422: not enough testing of the :all command Problem: Not enough testing of the :all command. Solution: Add more testing. (Yegappan Lakshmanan, closes #11091)
diff --git a/src/version.c b/src/version.c index c232a7b..fe87dab 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 422, +/**/ 421, /**/ 420,