commit | 474ad390ccb8bbeb53848122829e04c52f0349ce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 21 11:37:17 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 21 11:37:17 2022 +0100 |
tree | dfb5bfd980794d589a77b0964e3a6535e452a47a | |
parent | 8d69637133e17370491b83da8657a15b991c2f76 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 07b571d..616f748 100644 --- a/src/version.c +++ b/src/version.c
@@ -732,6 +732,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 235, +/**/ 234, /**/ 233,