diff src/version.c @ 34920:841f951ffd5e v9.1.0319

patch 9.1.0319: Using heredoc in string not tested with :execute Commit: https://github.com/vim/vim/commit/3d93630605df60e8de5a38918eaff62165b42382 Author: zeertzjq <zeertzjq@outlook.com> Date: Sun Apr 14 18:49:56 2024 +0200 patch 9.1.0319: Using heredoc in string not tested with :execute Problem: Using heredoc in string not tested with :execute. Solution: Test with both :execute and execute() (zeertzjq). closes: #14546 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 14 Apr 2024 19:00:12 +0200
parents e2d3b44c5d4c
children 8f3fc2bcb321
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 */
 /**/
+    319,
+/**/
     318,
 /**/
     317,