commit | c4c5642513ac41b22b7772cc880c776c69e964c9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 21 20:38:46 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 21 20:38:46 2021 +0200 |
tree | 965a03640669df1b17441d048efc895fbe63d18c | |
parent | cd9172077bc8c0aafddf2e5367cc0ae2c00c8ff7 [diff] [blame] |
patch 8.2.3195: Vim9: unclear error when passing too many arguments to lambda Problem: Vim9: unclear error when passing too many arguments to lambda. Solution: Pass the expression itself instead of "[expression]". (closes #8604)
diff --git a/src/version.c b/src/version.c index 61cd6f7..bc26f90 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3195, +/**/ 3194, /**/ 3193,