comparison src/version.c @ 25407:241d26b17192 v8.2.3240

patch 8.2.3240: Lua print() does not work properly Commit: https://github.com/vim/vim/commit/2a4bd00cef1a291059903e26a126b84718e47804 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 28 21:48:59 2021 +0200 patch 8.2.3240: Lua print() does not work properly Problem: Lua print() does not work properly. Solution: Put back lua_pop().
author Bram Moolenaar <Bram@vim.org>
date Wed, 28 Jul 2021 22:00:05 +0200
parents 747ebbce2421
children e3f1086429d8
comparison
equal deleted inserted replaced
25406:54392bb0e0ed 25407:241d26b17192
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3240,
758 /**/ 760 /**/
759 3239, 761 3239,
760 /**/ 762 /**/
761 3238, 763 3238,
762 /**/ 764 /**/