summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2023-12-16 14:36:08 +0100
committerChristian Brabandt <cb@256bit.org>2023-12-16 14:36:08 +0100
commita185a31fc05c2dd15315cd59afc02b69aabb5893 (patch)
tree8ea80a62b1ca0270e484c1fd102cf9a2954cebe9 /src/version.c
parent535e8f59410a4d3065829e010bc5e13608a968cc (diff)
patch 9.0.2172: Vim9: compiling :defer may failv9.0.2172
Problem: Vim9: compiling :defer may fail Solution: compile defer, when ctx_skip is not SKIP_YES compiling defer fails in an if statement with false condition, so check the ctx_skip value when compiling :defer fixes: #13698 closes: #13702 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, 1 insertions, 1 deletions
diff --git a/src/version.c b/src/version.c
index de90fcec5a..213a0e7c21 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,7 +705,7 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
- 2171,
+ 2172,
/**/
2170,
/**/