comparison src/version.c @ 22635:9e249065aeac v8.2.1866

patch 8.2.1866: Vim9: appending to pushed blob gives wrong result Commit: https://github.com/vim/vim/commit/66fa5fd54f550c0790d36c20124c49493b323bfa Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 19 20:21:03 2020 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Mon, 19 Oct 2020 20:30:06 +0200
parents 6589dae9696c
children 4d4042683371
comparison
equal deleted inserted replaced
22634:33481f40f8e6 22635:9e249065aeac
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 1866,
753 /**/ 755 /**/
754 1865, 756 1865,
755 /**/ 757 /**/
756 1864, 758 1864,
757 /**/ 759 /**/