diff src/version.c @ 30277:2505460dc703 v9.0.0474

patch 9.0.0474: fullcommand() test failure Commit: https://github.com/vim/vim/commit/dd44b58f64a173ffc976cc96ccdd00cd5493b273 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 15 22:03:57 2022 +0100 patch 9.0.0474: fullcommand() test failure Problem: fullcommand() test failure. Solution: Update function table.
author Bram Moolenaar <Bram@vim.org>
date Thu, 15 Sep 2022 23:15:04 +0200
parents 121d28008c14
children 8c50f70b9a22
line wrap: on
line diff
--- 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,