patch 8.2.4897: comment inside an expression in lambda ignores the rest v8.2.4897
authorBram Moolenaar <Bram@vim.org>
Fri, 6 May 2022 20:51:50 +0000 (21:51 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 6 May 2022 20:51:50 +0000 (21:51 +0100)
commit39be4981cdd93a185b110536f84d99ce56e2c3cc
tree099caa31cf7913347f4cc5d0f8c7fde1b1130035
parenta13e7acba9928a9c5e97be28946418d8d4323988
patch 8.2.4897: comment inside an expression in lambda ignores the rest

Problem:    Comment inside an expression in lambda ignores the rest of the
            expression.
Solution:   Truncate the line at the comment. (closes #10367)
src/eval.c
src/testdir/test_lambda.vim
src/version.c