1
0
forked from aniani/vim

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)
This commit is contained in:
matveyt
2022-01-05 14:01:30 +00:00
committed by Bram Moolenaar
parent c653e4a2bd
commit 8e7d9db32b
3 changed files with 51 additions and 3 deletions

View File

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