commit | 39be4981cdd93a185b110536f84d99ce56e2c3cc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 06 21:51:50 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 06 21:51:50 2022 +0100 |
tree | 099caa31cf7913347f4cc5d0f8c7fde1b1130035 | |
parent | a13e7acba9928a9c5e97be28946418d8d4323988 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index d20ecf2..be7bb22 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4897, +/**/ 4896, /**/ 4895,