commit | 6868634abd6a49b2dfd3a994a6da7d5911457a37 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 28 15:54:54 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 28 15:54:54 2021 +0200 |
tree | 52f0c0f90a6cc39aa916cf2817201b739b47fb28 | |
parent | 78e006b9b02fac94c910445d842f6dc5331fa57a [diff] [blame] |
patch 8.2.3235: cannot use lambda in {} block in user command Problem: Cannot use lambda in {} block in user command. (Martin Tournoij) Solution: Do not go over the end of the lambda.
diff --git a/src/version.c b/src/version.c index fa54081..ea232c3 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3235, +/**/ 3234, /**/ 3233,