commit | b898a029b01866b1dbe07521e153d54917b9527d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 12 18:33:53 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 12 18:33:53 2020 +0200 |
tree | 764c10a863e62525b968f5863946545210052fdd | |
parent | 985116ae0b7b3ef17e0c0ea2669068dd6b3b39c7 [diff] [blame] |
patch 8.2.1192: Lua test fails with older Lua version Problem: Lua test fails with older Lua version. Solution: Adjust expected error messages. (closes #6444)
diff --git a/src/version.c b/src/version.c index 487303e..d165232 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1192, +/**/ 1191, /**/ 1190,