]> granicus.if.org Git - vim/commit
patch 9.0.0486: text scrolled with 'nosplitscroll', autocmd win and help v9.0.0486
authorLuuk van Baal <luukvbaal@gmail.com>
Sat, 17 Sep 2022 15:16:35 +0000 (16:16 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 17 Sep 2022 15:16:35 +0000 (16:16 +0100)
commitd5bc762dea1fd32fa04342f8149f95ccfc3b9709
tree4818f726c9be293c96bb9f871a400b6a5c265273
parent0cdfb7ce462393595b0308dcabf343e82f05319d
patch 9.0.0486: text scrolled with 'nosplitscroll', autocmd win and help

Problem:    Text scrolled with 'nosplitscroll', autocmd win opened and help
            window closed.
Solution:   Skip win_fix_scroll() in more situations. (Luuk van Baal,
            closes #11150)
src/testdir/test_window_cmd.vim
src/version.c
src/window.c