commit | 11de43d2d476c449587f1f0712924890ab677708 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 06 21:41:11 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 06 21:41:11 2022 +0000 |
tree | e33dfc2f5ff7296126fe75a8f02180b896375c47 | |
parent | 2ef01d929d094c9063a259a74e23cf61be74b9b6 [diff] [blame] |
patch 8.2.4022: two error messages in the wrong file Problem: Two error messages in the wrong file. Solution: Use the error message from errors.h.
diff --git a/src/version.c b/src/version.c index 4a72d01..68c194b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4022, +/**/ 4021, /**/ 4020,