commit | 916911f598718bc76bc6b87ed703d2805fa49c53 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 16 21:41:53 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 16 21:41:53 2020 +0200 |
tree | e1b0f1ab219129dd185b14bd8e920ad5f74745d2 | |
parent | a187c43cfe8863d48b2159d695fedcb71f8525c1 [diff] [blame] |
patch 8.2.1699: build failure due to missing error message Problem: Build failure due to missing error message. Solution: Add error message.
diff --git a/src/version.c b/src/version.c index ea9a50a..e77c795 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1699, +/**/ 1698, /**/ 1697,