commit | 521bf32bb4f86676ce3617d25309770f1440ba79 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 06 15:47:07 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 06 15:47:07 2022 +0100 |
tree | 6e574e5e70b43787f9b20d7dd44e947297889a8d | |
parent | 9b334d5912607f09912bfd19aa95355a1efc2761 [diff] [blame] |
patch 8.2.4888: line number of lambda ignores line continuation Problem: Line number of lambda ignores line continuation. Solution: Use the line number of where the arguments are. Avoid outputting "..." twice. (closes #10364)
diff --git a/src/version.c b/src/version.c index 6adfeaa..25c459e 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4888, +/**/ 4887, /**/ 4886,