summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2024-04-01 14:50:41 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-01 14:50:41 +0200
commit2ed5a11b1a84c86b5392110a81302ae038b5c554 (patch)
treedc4e61a5243a921e43deb1fbba811ba061aac965 /src/version.c
parent8eb7523802cb51984e2202d08a4fbc1a2cd803c7 (diff)
patch 9.1.0252: Vim9: segfault with static in super classv9.1.0252
Problem: Vim9: segfault with static in super class (Ernie Rael) Solution: When initializing lhs, use the correct class where a class variable is defined (Yegappan Lakshmanan) fixes: #14352 closes: #14372 Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.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 ee7c3ec861..e927c0b016 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 */
/**/
+ 252,
+/**/
251,
/**/
250,