diff src/version.c @ 32483:933cec0b89dc v9.0.1573

patch 9.0.1573: error for function name has wrong line number Commit: https://github.com/vim/vim/commit/d4a9b7f61475f3166cce92b0bad748e8c1eb51fe Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 23 14:48:42 2023 +0100 patch 9.0.1573: error for function name has wrong line number Problem: Error for function name has wrong line number. Solution: Set the line number before giving the error.
author Bram Moolenaar <Bram@vim.org>
date Tue, 23 May 2023 16:00:06 +0200
parents a1e1527d1cb8
children 2fc568b082ef
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1573,
+/**/
     1572,
 /**/
     1571,