summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-06-26 13:00:49 +0200
committerBram Moolenaar <Bram@vim.org>2021-06-26 13:00:49 +0200
commitce024c3e20839465dc8c8f79dcccc5414dd8c506 (patch)
tree4d19ec355f9da6c5b638662e195ead387a2e372a /src/version.c
parent444d878324525787e55185ce3c3e29a3de9b700a (diff)
patch 8.2.3052: Vim9: "legacy call" does not workv8.2.3052
Problem: Vim9: "legacy call" does not work. Solution: Do not skip "call" after "legacy". (closes #8454)
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 1270c0c06c..2b320471b3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3052,
+/**/
3051,
/**/
3050,