]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2776: :mksession uses current value of 'splitbelow' and 'splitright' v8.2.2776
authorBram Moolenaar <Bram@vim.org>
Sat, 17 Apr 2021 16:38:54 +0000 (18:38 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 17 Apr 2021 16:38:54 +0000 (18:38 +0200)
commit0995c81f2ffe276669daa004f7778ecc6f5ee09d
treeaaf70074ddf52b429d558ba56891b9b02dec8d31
parentc70fe460b09f6182a13e4385f3232df4fdcd0741
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)
src/session.c
src/testdir/test_mksession.vim
src/version.c