commit | b171fb179053fa631fec74911b5fb9374cb6a8a1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 24 20:34:03 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 24 20:34:03 2020 +0200 |
tree | c45ae9287bf07033cc4f3bf43529b7548ba432c9 | |
parent | 9d40c63c7dc8c3eb3886c58dcd334bc7f37eceba [diff] [blame] |
patch 8.2.1049: Vim9: leaking memory when using continuation line Problem: Vim9: leaking memory when using continuation line. Solution: Keep a pointer to the continuation line in evalarg_T. Centralize checking for a next command.
diff --git a/src/version.c b/src/version.c index 4e2c553..d39c1b0 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1049, +/**/ 1048, /**/ 1047,