comparison src/version.c @ 24315:43ac86deea50 v8.2.2698

patch 8.2.2698: Lua test fails on MS-Windows Commit: https://github.com/vim/vim/commit/b9c6b6fb73711f64943340b2c3f0bdf8744451b6 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 3 15:35:50 2021 +0200 patch 8.2.2698: Lua test fails on MS-Windows Problem: Lua test fails on MS-Windows. Solution: Fall back to old method if "lua -v" doesn't work.
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Apr 2021 15:45:14 +0200
parents 10c39822f496
children b48703e93488
comparison
equal deleted inserted replaced
24314:57cf042a9e93 24315:43ac86deea50
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 2698,
753 /**/ 755 /**/
754 2697, 756 2697,
755 /**/ 757 /**/
756 2696, 758 2696,
757 /**/ 759 /**/