commit | 56bc8e299cdae1b4606897749ef54a0161381a4a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 10 18:05:56 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 10 18:05:56 2018 +0200 |
tree | ecbd0f7ec5a65989ceefe71003fb17b45d726161 | |
parent | b9464821901623f983528acaed9e4dc2cea7387b [diff] [blame] |
patch 8.0.1810: buffer of a terminal only updated in Terminal-Normal mode 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.
diff --git a/src/version.c b/src/version.c index b71b384..59b25bf 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1810, +/**/ 1809, /**/ 1808,