summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2024-03-22 19:56:17 +0100
committerChristian Brabandt <cb@256bit.org>2024-03-22 19:56:17 +0100
commitd990bf08d85d83e14fc51fd99a66ebe2f36d2fcd (patch)
tree36c94168187e71eec2265c29978bd2fdac5f8573 /src/version.c
parent76d62985c1ffbd7669ccc628ca43445d14c5aba6 (diff)
patch 9.1.0198: Vim9: compound operators broken for lambdas in an objectv9.1.0198
Problem: Vim9: compound operators broken for lambdas in an object (girishji) Solution: When using an object from the outer scope, use the LOADOUTER instruction to load the object (Yegappan Lakshmanan). fixes: #14236 closes: #14266 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 2c1cd161c9..4eec075ca2 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 */
/**/
+ 198,
+/**/
197,
/**/
196,