commit | 78e006b9b02fac94c910445d842f6dc5331fa57a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 28 15:07:01 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 28 15:07:01 2021 +0200 |
tree | c03873efec0f0ed556de2b98fde4353da75f1b93 | |
parent | e2390c7f32879ab7942adf0d38b1db34933695fa [diff] [blame] |
patch 8.2.3234: crash when printing long string with Lua Problem: Crash when printing long string with Lua. Solution: Remove lua_pop(). (Martin Tournoij, closes #8648)
diff --git a/src/version.c b/src/version.c index b172333..fa54081 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3234, +/**/ 3233, /**/ 3232,