commit | 0e655111e9dbdbdf69fee1b199f2b9c355bf4a10 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 11 20:36:36 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 11 20:36:36 2020 +0200 |
tree | 8c34c0088f48c5687c1ab49a6cebfe35d1a925db | |
parent | c6a67c92bcbf4ef09063814af0c65d3e0585ada0 [diff] [blame] |
patch 8.2.1662: :mksession does not restore shared terminal buffer properly Problem: :mksession does not restore shared terminal buffer properly. Solution: Keep a hashtab with terminal buffers. (Rob Pilling, closes #6930)
diff --git a/src/version.c b/src/version.c index 77f17f6..74ed214 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1662, +/**/ 1661, /**/ 1660,