commit | 3d28b58c519c9fc3427587201423c74746cc219e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 15 22:44:17 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 15 22:44:17 2019 +0100 |
tree | 88d28470a3b7ac35a42521621745ace86598b89a | |
parent | 2ea773b468a1143214c2f12b91ab5e1e7abb4a14 [diff] [blame] |
patch 8.1.0756: copy() does not make a copy of a Blob Problem: copy() does not make a copy of a Blob. Solution: Make a copy.
diff --git a/src/version.c b/src/version.c index bb13765..6317a8e 100644 --- a/src/version.c +++ b/src/version.c
@@ -796,6 +796,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 756, +/**/ 755, /**/ 754,