commit | f1474d801bbdb73406dd3d1f931f515f99e86dfa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 31 19:59:55 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 31 19:59:55 2021 +0000 |
tree | e69c4f4dcf990b7c13711f8b36e518117c14670e | |
parent | 6d0570117ac86b7979bf249de5741088212d6e17 [diff] [blame] |
patch 8.2.3960: error messages are spread out Problem: Error messages are spread out. Solution: Move more errors to errors.h.
diff --git a/src/version.c b/src/version.c index 2ea4b04..aaa7603 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3960, +/**/ 3959, /**/ 3958,