1
0
forked from aniani/vim

patch 8.2.3240: Lua print() does not work properly

Problem:    Lua print() does not work properly.
Solution:   Put back lua_pop().
This commit is contained in:
Bram Moolenaar
2021-07-28 21:48:59 +02:00
parent 81530e3603
commit 2a4bd00cef
3 changed files with 5 additions and 2 deletions

View File

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