commit | 7a4b8980ea5ecaea061caae7816ea62cc4940011 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 08 17:36:21 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 08 17:36:21 2020 +0200 |
tree | bea3cf5b0a0fb38b3d28ca15222e1d0a1358df53 | |
parent | c620c055ce8505596a7208ba696a32b8a3be4f4b [diff] [blame] |
patch 8.2.1155: Vim9: cannot handle line break inside lambda Problem: Vim9: cannot handle line break inside lambda. Solution: Pass the compilation context through. (closes #6407, closes #6409)
diff --git a/src/version.c b/src/version.c index 7633792..c77d0bc 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1155, +/**/ 1154, /**/ 1153,