]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1866: Vim9: appending to pushed blob gives wrong result v8.2.1866
authorBram Moolenaar <Bram@vim.org>
Mon, 19 Oct 2020 18:21:03 +0000 (20:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 19 Oct 2020 18:21:03 +0000 (20:21 +0200)
commit66fa5fd54f550c0790d36c20124c49493b323bfa
tree0e6367f0f6677dc61cae3033c0a2c68f4c4e2eb3
parent1dcae59957301b6b19aef49af648715f911a1378
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.
src/blob.c
src/testdir/test_vim9_func.vim
src/version.c