summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-04-14 18:49:56 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-14 18:49:56 +0200
commit3d93630605df60e8de5a38918eaff62165b42382 (patch)
treede62b2427f7b0eb5682de323d43e3af059b47bf3 /src/version.c
parentacba5af9572547dea7cbabe9a13e6a9a995a1281 (diff)
patch 9.1.0319: Using heredoc in string not tested with :executev9.1.0319
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>
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index b6c4e96c19..35ab83f2e9 100644
--- 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,