]> granicus.if.org Git - vim/commit
patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff' v8.1.0864
authorBram Moolenaar <Bram@vim.org>
Thu, 31 Jan 2019 17:26:10 +0000 (18:26 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 31 Jan 2019 17:26:10 +0000 (18:26 +0100)
commit375e3390078e740d3c83b0c118c50d9a920036c7
tree34f565d4a9351b58d48d8d06e4a84b07effdb3fd
parentb3051ce82f2e8af95ce3b6a41867f70aee5ecc82
patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff'

Problem:    Cannot have a local value for 'scrolloff' and 'sidescrolloff'.
            (Gary Holloway)
Solution:   Make 'scrolloff' and 'sidescrolloff' global-local. (mostly by
            Aron Widforss, closes #3539)
16 files changed:
runtime/doc/options.txt
src/edit.c
src/ex_cmds.c
src/ex_docmd.c
src/gui.c
src/misc2.c
src/move.c
src/normal.c
src/option.c
src/option.h
src/proto/option.pro
src/search.c
src/structs.h
src/testdir/test_options.vim
src/version.c
src/window.c