]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3235: cannot use lambda in {} block in user command v8.2.3235
authorBram Moolenaar <Bram@vim.org>
Wed, 28 Jul 2021 13:54:54 +0000 (15:54 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 28 Jul 2021 13:54:54 +0000 (15:54 +0200)
commit6868634abd6a49b2dfd3a994a6da7d5911457a37
tree52f0c0f90a6cc39aa916cf2817201b739b47fb28
parent78e006b9b02fac94c910445d842f6dc5331fa57a
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.
src/testdir/test_usercommands.vim
src/userfunc.c
src/version.c