commit | 8af81d656a4c501611f6211b6379ea9dd650c545 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 12 16:32:19 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 12 16:32:19 2020 +0200 |
tree | 7c360b336a2f89aef1a36b774ea4b76584204a7a | |
parent | 6d3a7213f58da834b0fc869d05f87e86010c66cf [diff] [blame] |
patch 8.2.1189: Vim9: line continuation in lambda doesn't always work Problem: Vim9: line continuation in lambda doesn't always work. Solution: Do not use a local evalarg unless there isn't one. (closes #6439)
diff --git a/src/version.c b/src/version.c index eaca91f..449d402 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1189, +/**/ 1188, /**/ 1187,