From 66fa5fd54f550c0790d36c20124c49493b323bfa Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 19 Oct 2020 20:21:03 +0200 Subject: 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/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 2894dedb8..1b60ebd2a 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1866, /**/ 1865, /**/ -- cgit v1.2.1