commit | c48f2dc0be158531511adc3065b52bdd1e64acf7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 03 17:18:52 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 03 17:18:52 2021 +0200 |
tree | 9d3842cda13bc1713e7a5f1889583a5c223cc736 | |
parent | b9c6b6fb73711f64943340b2c3f0bdf8744451b6 [diff] [blame] |
patch 8.2.2699: Lua test fails Problem: Lua test fails. Solution: Fix condition. (Yegappan Lakshmanan, closes #8060)
diff --git a/src/version.c b/src/version.c index 4b5afb9..6e770b2 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2699, +/**/ 2698, /**/ 2697,