]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1237: ":set scroll&" often gives an error v8.0.1237
authorBram Moolenaar <Bram@vim.org>
Sun, 29 Oct 2017 14:26:57 +0000 (15:26 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 29 Oct 2017 14:26:57 +0000 (15:26 +0100)
commitaf2d20c6285c1d2973e3d9b5e8f727e3ed180493
tree63d5f59ae2662b1799728fe8ac7e1144ad09f777
parentd057301b1f28736f094affa17b190244ad56e8d9
patch 8.0.1237: ":set scroll&" often gives an error

Problem:    ":set scroll&" often gives an error.
Solution:   Don't use a fixed default value, use half the window height. Add a
            test. (Ozaki Kiichi, closes #2104)
src/Makefile
src/option.c
src/testdir/test_alot.vim
src/testdir/test_scroll_opt.vim [new file with mode: 0644]
src/version.c