commit | 14ded11fcad77ebf41032ec80a95d516ca9acb1c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 26 19:25:49 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 26 19:25:49 2021 +0200 |
tree | 118966a6ffe086076d68f03244a39286b8a03ee4 | |
parent | 3a3b10e87a10dd0bc355618dbfc4a0a6c828aad7 [diff] [blame] |
patch 8.2.3056: Vim9: using default value in lambda gives confusing error Problem: Vim9: using default value in lambda gives confusing error. Solution: Pass "default_args" on the first pass to get the arguments. (closes #8455)
diff --git a/src/version.c b/src/version.c index 6d907d5..0858018 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3056, +/**/ 3055, /**/ 3054,