1
0
forked from aniani/vim

patch 8.2.2776: :mksession uses current value of 'splitbelow' and 'splitright'

Problem:    :mksession uses current value of 'splitbelow' and 'splitright'
            even though "options" is not in 'sessionoptions'. (Maxim Kim)
Solution:   Save and restore the values, instead of setting to the current
            value. (closes #8119)
This commit is contained in:
Bram Moolenaar
2021-04-17 18:38:54 +02:00
parent c70fe460b0
commit 0995c81f2f
3 changed files with 65 additions and 28 deletions

View File

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