commit | b9c6b6fb73711f64943340b2c3f0bdf8744451b6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 03 15:35:50 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 03 15:35:50 2021 +0200 |
tree | 3e8b4d64fc0d775fb3a6c6a412f429d6596ce32c | |
parent | 0df603014589c663f4b49dc6fd36c3b99db1718f [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 4749ca9..4b5afb9 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2698, +/**/ 2697, /**/ 2696,