1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2020-11-01 17:40:54 +01:00
parent 578f4cc7d0
commit 388908352f
3 changed files with 17 additions and 2 deletions

View File

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