commit | 1a9922243a90f213894d5c58cd063465eea3350f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 31 17:25:48 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 31 17:25:48 2021 +0000 |
tree | b9fb1efe82d000b215d8b99750372e4f2ec7ba92 | |
parent | 4b1478093eb8b8bebc94b1f596e0afc25db4d189 [diff] [blame] |
patch 8.2.3957: 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 d623c58..0431474 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3957, +/**/ 3956, /**/ 3955,