commit | 66fa5fd54f550c0790d36c20124c49493b323bfa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 19 20:21:03 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 19 20:21:03 2020 +0200 |
tree | 0e6367f0f6677dc61cae3033c0a2c68f4c4e2eb3 | |
parent | 1dcae59957301b6b19aef49af648715f911a1378 [diff] [blame] |
patch 8.2.1866: Vim9: appending to pushed blob gives wrong result Problem: Vim9: appending to pushed blob gives wrong result. Solution: Set ga_maxlen when copying a blob.
diff --git a/src/version.c b/src/version.c index 2894ded..1b60ebd 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1866, +/**/ 1865, /**/ 1864,