commit | d8e44476d84b5f0cc8c4de080a47a3a9af547028 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 21 22:20:33 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 21 22:20:33 2021 +0200 |
tree | c45296f474fb015dc94cedc81238377efc8e55b0 | |
parent | 05bd9785fd0fd0102ab64554307bff0ec0ae34c1 [diff] [blame] |
patch 8.2.3197: error messages are spread out Problem: Error messages are spread out. Solution: Move a few more error messages to errors.h.
diff --git a/src/version.c b/src/version.c index fa86ff6..027de07 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3197, +/**/ 3196, /**/ 3195,