summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-05-06 15:47:07 +0100
committerBram Moolenaar <Bram@vim.org>2022-05-06 15:47:07 +0100
commit521bf32bb4f86676ce3617d25309770f1440ba79 (patch)
tree6e574e5e70b43787f9b20d7dd44e947297889a8d /src/version.c
parent9b334d5912607f09912bfd19aa95355a1efc2761 (diff)
downloadvim-git-521bf32bb4f86676ce3617d25309770f1440ba79.tar.gz
patch 8.2.4888: line number of lambda ignores line continuationv8.2.4888
Problem: Line number of lambda ignores line continuation. Solution: Use the line number of where the arguments are. Avoid outputting "..." twice. (closes #10364)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 6adfeaa7a..25c459e8a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4888,
+/**/
4887,
/**/
4886,