summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-05-10 18:05:56 +0200
committerBram Moolenaar <Bram@vim.org>2018-05-10 18:05:56 +0200
commit56bc8e299cdae1b4606897749ef54a0161381a4a (patch)
treeecbd0f7ec5a65989ceefe71003fb17b45d726161 /src/version.c
parentb9464821901623f983528acaed9e4dc2cea7387b (diff)
downloadvim-git-56bc8e299cdae1b4606897749ef54a0161381a4a.tar.gz
patch 8.0.1810: buffer of a terminal only updated in Terminal-Normal modev8.0.1810
Problem: Buffer of a terminal only updated in Terminal-Normal mode. Solution: Copy the terminal window content to the buffer when in Terminal-Job mode.
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 b71b384f1..59b25bf92 100644
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1810,
+/**/
1809,
/**/
1808,