From 474ad390ccb8bbeb53848122829e04c52f0349ce Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 21 Aug 2022 11:37:17 +0100 Subject: patch 9.0.0235: 'autoshelldir' does not work with chunked respose Problem: 'autoshelldir' does not work with chunked respose. Solution: Collect chunks before parsing OSC 7. (closes #10949) --- 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 07b571d8f..616f748c4 100644 --- a/src/version.c +++ b/src/version.c @@ -731,6 +731,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 235, /**/ 234, /**/ -- cgit v1.2.1