summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-10-19 20:21:03 +0200
committerBram Moolenaar <Bram@vim.org>2020-10-19 20:21:03 +0200
commit66fa5fd54f550c0790d36c20124c49493b323bfa (patch)
tree0e6367f0f6677dc61cae3033c0a2c68f4c4e2eb3 /src/version.c
parent1dcae59957301b6b19aef49af648715f911a1378 (diff)
patch 8.2.1866: Vim9: appending to pushed blob gives wrong resultv8.2.1866
Problem: Vim9: appending to pushed blob gives wrong result. Solution: Set ga_maxlen when copying a blob.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 2894dedb8c..1b60ebd2a0 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1866,
+/**/
1865,
/**/
1864,