1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-07-28 15:07:01 +02:00
parent e2390c7f32
commit 78e006b9b0
3 changed files with 22 additions and 2 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3234,
/**/
3233,
/**/