summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-08-21 11:37:17 +0100
committerBram Moolenaar <Bram@vim.org>2022-08-21 11:37:17 +0100
commit474ad390ccb8bbeb53848122829e04c52f0349ce (patch)
treedfb5bfd980794d589a77b0964e3a6535e452a47a /src/version.c
parent8d69637133e17370491b83da8657a15b991c2f76 (diff)
downloadvim-git-474ad390ccb8bbeb53848122829e04c52f0349ce.tar.gz
patch 9.0.0235: 'autoshelldir' does not work with chunked resposev9.0.0235
Problem: 'autoshelldir' does not work with chunked respose. Solution: Collect chunks before parsing OSC 7. (closes #10949)
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 07b571d8f..616f748c4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -732,6 +732,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 235,
+/**/
234,
/**/
233,