0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

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)
This commit is contained in:
Bram Moolenaar
2020-09-11 20:36:36 +02:00
parent c6a67c92bc
commit 0e655111e9
6 changed files with 141 additions and 53 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1662,
/**/
1661,
/**/