commit | 1e78deb0779bc403a914712f0842a65d2949dfdf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 13 14:40:53 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 13 14:40:53 2021 +0000 |
tree | 2e863626ef068d34cbe95a44e880c464ff631cd3 | |
parent | 851f86b951cdd67ad9cf3149e46169d1375c8d82 [diff] [blame] |
patch 8.2.3797: no good reason to limit the message history in tiny version Problem: No good reason to limit the message history in the tiny version. Solution: Always use 200.
diff --git a/src/version.c b/src/version.c index 2da3159..15f0658 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3797, +/**/ 3796, /**/ 3795,