]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1936: session sets the local 'scrolloff' value to the global value v8.2.1936
authorBram Moolenaar <Bram@vim.org>
Sun, 1 Nov 2020 16:40:54 +0000 (17:40 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 1 Nov 2020 16:40:54 +0000 (17:40 +0100)
commit388908352f88e7391accb3545b082db0fc89d9f7
tree991c6eebff2df743cbc71ed30825d6beae03b213
parent578f4cc7d0ce67101832b25cf77246fcd630e3c0
patch 8.2.1936: session sets the local 'scrolloff' value to the global value

Problem:    Session sets the local 'scrolloff' value to the global value.
Solution:   Do not let restoring the global option value change the local
            value.
src/session.c
src/testdir/test_mksession.vim
src/version.c