diff src/version.c @ 35839:c696bd1000c1 v9.1.0638

patch 9.1.0638: E1510 may happen when formatting a message for smsg() Commit: https://github.com/vim/vim/commit/0dff31576a340b74cec81517912923c38cb28450 Author: zeertzjq <zeertzjq@outlook.com> Date: Mon Jul 29 20:28:14 2024 +0200 patch 9.1.0638: E1510 may happen when formatting a message for smsg() Problem: E1510 may happen when formatting a message (after 9.1.0181). Solution: Only give E1510 when using typval. (zeertzjq) closes: #15391 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 29 Jul 2024 20:30:04 +0200
parents 532ece1a6506
children f9d90d17c7a2
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    638,
+/**/
     637,
 /**/
     636,