comparison src/version.c @ 21323:5b0bbc5d4e74 v8.2.1212

patch 8.2.1212: cannot build with Lua 5.4 Commit: https://github.com/vim/vim/commit/5551b131daef3a621a28dcbbe118920f5b9fabe6 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 14 21:54:28 2020 +0200 patch 8.2.1212: cannot build with Lua 5.4 Problem: Cannot build with Lua 5.4. Solution: Use luaL_typeerror instead defining it. (closes https://github.com/vim/vim/issues/6454)
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jul 2020 22:00:04 +0200
parents 1421eca61db9
children f68b121daa47
comparison
equal deleted inserted replaced
21322:ade12c914e81 21323:5b0bbc5d4e74
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1212,
757 /**/ 759 /**/
758 1211, 760 1211,
759 /**/ 761 /**/
760 1210, 762 1210,
761 /**/ 763 /**/