commit | 5e86964bf48ddbfa20261bda84db391c80a36dca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 02 18:55:16 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 02 18:55:16 2021 +0000 |
tree | 2d77b749039657b35f3fd19a5767915521325136 | |
parent | 9ac38129b6d409f73e29b1d51a5d459cf050410f [diff] [blame] |
patch 8.2.3722: Amiga: superfluous messages for freeing lots of yanked text Problem: Amiga: superfluous messages for freeing lots of yanked text. Solution: Assume that the machine isn't that slow these days.
diff --git a/src/version.c b/src/version.c index 30cd9bc..0ae4d63 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3722, +/**/ 3721, /**/ 3720,