diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-12-30 19:06:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-30 19:06:31 +0800 |
commit | d077e31cc9dda36f2eb030146a10a308bbc542af (patch) | |
tree | a77f0c050af213f6c9b9290a8ad69954edff1bd9 /runtime/lua/vim/_meta/vimfn.lua | |
parent | 7b739248a183dc56e38441a79d1630205750924d (diff) | |
download | rneovim-d077e31cc9dda36f2eb030146a10a308bbc542af.tar.gz rneovim-d077e31cc9dda36f2eb030146a10a308bbc542af.tar.bz2 rneovim-d077e31cc9dda36f2eb030146a10a308bbc542af.zip |
vim-patch:9.1.0978: GUI tests sometimes fail when setting 'scroll' options (#31785)
Problem: GUI tests sometimes fail when setting 'scroll' options
Solution: decrease the 'scroll' and 'scrolljump' option value from 20 to
15, in case the Gui window is not large enough to handle 20.
tests: decrease the scroll and scrolljump values
the gui tests sometimes fail with:
```
From test_options_all.vim:
Found errors in Test_opt_set_scroll():
Caught exception in Test_opt_set_scroll(): Vim(set):E49: Invalid scroll size: scroll=20 @ command line..script /home/runner/work/vim/vim/src/testdir/runtest.vim[617]..function RunTheTest[57]..Test_opt_set_scroll, line 7
Found errors in Test_opt_set_scrolljump():
Caught exception in Test_opt_set_scrolljump(): Vim(set):E49: Invalid scroll size: scrolljump=20 @ command line..script /home/runner/work/vim/vim/src/testdir/runtest.vim[617]..function RunTheTest[57]..Test_opt_set_scrolljump, line 9
```
closes: vim/vim#16337
https://github.com/vim/vim/commit/2e1f757f7b52a00b77eb19648b7ea46e932eff2b
Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/lua/vim/_meta/vimfn.lua')
0 files changed, 0 insertions, 0 deletions