| commit | f65ed86f6f60e1b73f4203206cd3df024b7d61f3 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Sat Apr 03 14:13:33 2021 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 03 14:13:33 2021 +0200 |
| tree | 92fe50d39d9138e2d725230444a6c89e8a00840a | |
| parent | 1e6bbfb5607c82d872070219c26e2aae20db68ed [diff] [blame] |
patch 8.2.2696: Lua test fails with Lua 5.4.3 and later
Problem: Lua test fails with Lua 5.4.3 and later.
Solution: Check for different error messages. (Yegappan Lakshmanan,
closes #8050)
diff --git a/src/version.c b/src/version.c index 1eeaaa6..72fd189 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2696, +/**/ 2695, /**/ 2694,