commit | 94053a51255121713f51c122eb0dbb46c120e6d4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 01 21:44:33 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 01 21:44:33 2017 +0200 |
tree | 3e2e3a361ebd94d218551e337450005bf55d8d3e | |
parent | 0792048842493f224bbd7a5dfb348d834f61b205 [diff] [blame] |
patch 8.0.0838: buffer hangs around whem terminal window is closed Problem: Buffer hangs around whem terminal window is closed. Solution: When the job has ended wipe out a terminal buffer when the window is closed.
diff --git a/src/version.c b/src/version.c index d6f08bb..25c39f1 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 838, +/**/ 837, /**/ 836,