diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-01-26 21:36:34 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-01-26 21:36:34 +0100 |
commit | 52c0de1de196120976fef82cbbaaeafbedd9c62f (patch) | |
tree | 65c1c343ccaa03c1674fde48c9bde5fc069690f1 /src/version.c | |
parent | 4f7090b93d9b2c2e1724466a2e069e97a5e91808 (diff) | |
download | vim-git-8.0.0241.tar.gz |
patch 8.0.0241: fallback implementation of mch_memmove is unusedv8.0.0241
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)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 4e4161719..08b5dec68 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 241, +/**/ 240, /**/ 239, |