comparison src/version.c @ 24317:b48703e93488 v8.2.2699

patch 8.2.2699: Lua test fails Commit: https://github.com/vim/vim/commit/c48f2dc0be158531511adc3065b52bdd1e64acf7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 3 17:18:52 2021 +0200 patch 8.2.2699: Lua test fails Problem: Lua test fails. Solution: Fix condition. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/8060)
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Apr 2021 17:30:04 +0200
parents 43ac86deea50
children cc40b0d66646
comparison
equal deleted inserted replaced
24316:593bdc37770c 24317:b48703e93488
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2699,
753 /**/ 755 /**/
754 2698, 756 2698,
755 /**/ 757 /**/
756 2697, 758 2697,
757 /**/ 759 /**/