1
0
forked from aniani/vim

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)
This commit is contained in:
Luuk van Baal
2022-09-17 16:16:35 +01:00
committed by Bram Moolenaar
parent 0cdfb7ce46
commit d5bc762dea
3 changed files with 35 additions and 6 deletions

View File

@@ -703,6 +703,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
486,
/**/
485,
/**/