commit | 52c0de1de196120976fef82cbbaaeafbedd9c62f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 26 21:36:34 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 26 21:36:34 2017 +0100 |
tree | 65c1c343ccaa03c1674fde48c9bde5fc069690f1 | |
parent | 4f7090b93d9b2c2e1724466a2e069e97a5e91808 [diff] [blame] |
patch 8.0.0241: fallback implementation of mch_memmove is unused Problem: Vim defines a mch_memmove() function but it doesn't work, thus is always unused. Solution: Remove the mch_memmove implementation. (suggested by Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 4e41617..08b5dec 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 241, +/**/ 240, /**/ 239,