commit | 388908352f88e7391accb3545b082db0fc89d9f7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 01 17:40:54 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 01 17:40:54 2020 +0100 |
tree | 991c6eebff2df743cbc71ed30825d6beae03b213 | |
parent | 578f4cc7d0ce67101832b25cf77246fcd630e3c0 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index ed74a49..82bb09d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1936, +/**/ 1935, /**/ 1934,