diff src/version.c @ 30275:121d28008c14 v9.0.0473

patch 9.0.0473: fullcommand() only works for the current script version Commit: https://github.com/vim/vim/commit/aa5341477c9f3840d63f709de3b9e5d0266f93d7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 15 21:46:02 2022 +0100 patch 9.0.0473: fullcommand() only works for the current script version Problem: fullcommand() only works for the current script version. Solution: Add an optional argument for the script version.
author Bram Moolenaar <Bram@vim.org>
date Thu, 15 Sep 2022 23:00:05 +0200
parents 5f112a0b4da1
children 2505460dc703
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 */
 /**/
+    473,
+/**/
     472,
 /**/
     471,