summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-09-15 22:03:57 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-15 22:03:57 +0100
commitdd44b58f64a173ffc976cc96ccdd00cd5493b273 (patch)
tree31c2f288a988d89f8c8a79a158a956897280a878 /src/version.c
parentaa5341477c9f3840d63f709de3b9e5d0266f93d7 (diff)
patch 9.0.0474: fullcommand() test failurev9.0.0474
Problem: fullcommand() test failure. Solution: Update function table.
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 3f25033ecf..291fc05385 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 */
/**/
+ 474,
+/**/
473,
/**/
472,