summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-21 21:10:01 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-21 21:10:01 +0200
commite906ae85b291ccc7da842b7ac609c697bb582e1f (patch)
tree383f6908167bc82b82379b82b58a7058431d047e /src/version.c
parent58556cd0e592cba75bf60310d822a20e41f6b02e (diff)
patch 8.0.0740: cannot resize a terminal window by the commandv8.0.0740
Problem: Cannot resize a terminal window by the command running in it. Solution: Add support for the window size escape sequence. Make BS work.
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 fc0f2da973..399641bab9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 740,
+/**/
739,
/**/
738,