summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2022-09-09 11:27:59 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-09 11:27:59 +0100
commit0dc2fd307ffc223cf010d1fdea6e3d5c4524d43c (patch)
tree09b76b81bbef57e6e214e04c195629bfd87f2edd /src/version.c
parent5bc13453b2dd8067597793e32c4f94aa3031054a (diff)
patch 9.0.0422: not enough testing of the :all commandv9.0.0422
Problem: Not enough testing of the :all command. Solution: Add more testing. (Yegappan Lakshmanan, closes #11091)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index c232a7b62f..fe87dabfcc 100644
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 422,
+/**/
421,
/**/
420,