]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1662: :mksession does not restore shared terminal buffer properly v8.2.1662
authorBram Moolenaar <Bram@vim.org>
Fri, 11 Sep 2020 18:36:36 +0000 (20:36 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 11 Sep 2020 18:36:36 +0000 (20:36 +0200)
commit0e655111e9dbdbdf69fee1b199f2b9c355bf4a10
tree8c34c0088f48c5687c1ab49a6cebfe35d1a925db
parentc6a67c92bcbf4ef09063814af0c65d3e0585ada0
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)
src/hashtab.c
src/proto/terminal.pro
src/session.c
src/terminal.c
src/testdir/test_mksession.vim
src/version.c