]> granicus.if.org Git - vim/commit
patch 8.2.4007: session does not restore help buffer properly v8.2.4007
authormatveyt <matthewtarasov@gmail.com>
Wed, 5 Jan 2022 14:01:30 +0000 (14:01 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 5 Jan 2022 14:01:30 +0000 (14:01 +0000)
commit8e7d9db32b53ca2b1cb7570d2042860bcd1e943f
tree551aa83a6dd768fcb79d40121eb3cf3f47d10493
parentc653e4a2bd4099e2fac8e1c448a0f34581d5a658
patch 8.2.4007: session does not restore help buffer properly

Problem:    Session does not restore help buffer properly when "options' is
            missing from 'sessionoptions'.
Solution:   Use a ":help" command to create the help window. (closes #9475,
            closes #9458, closes #9472)
src/session.c
src/testdir/test_mksession.vim
src/version.c