commit | c6ba2f9dde6d01c8ab356c239c2259f7d83652a4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 18 13:42:29 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 18 13:42:29 2021 +0200 |
tree | c1e27d14ae92ba1ffd4f034031f2f18b773d01d5 | |
parent | 47bc9c333766ee3d45cb18c583a630e4ad53405a [diff] [blame] |
patch 8.2.3175: Vim9: using illegal pointer with nested lambdas. Problem: Vim9: using illegal pointer with inline function inside a lambda. Solution: Clear eval_tofree_cmdline when advancing to the next line. (closes #8578)
diff --git a/src/version.c b/src/version.c index e1421dd..8b674d3 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3175, +/**/ 3174, /**/ 3173,