commit | 2a4bd00cef1a291059903e26a126b84718e47804 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 28 21:48:59 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 28 21:48:59 2021 +0200 |
tree | 1d9fd6cf9330afde47795f0178f68d418586a18b | |
parent | 81530e36033dec2c2cd94af6dd48ceb0389e95a2 [diff] [blame] |
patch 8.2.3240: Lua print() does not work properly Problem: Lua print() does not work properly. Solution: Put back lua_pop().
diff --git a/src/version.c b/src/version.c index b705749..13b6425 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3240, +/**/ 3239, /**/ 3238,