commit | d5bc762dea1fd32fa04342f8149f95ccfc3b9709 | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Sat Sep 17 16:16:35 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 17 16:16:35 2022 +0100 |
tree | 4818f726c9be293c96bb9f871a400b6a5c265273 | |
parent | 0cdfb7ce462393595b0308dcabf343e82f05319d [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 2c9fac2..2ce61d5 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 486, +/**/ 485, /**/ 484,