1
0
forked from aniani/vim

patch 9.0.0304: WinScrolled is not triggered when only skipcol changes

Problem:    WinScrolled is not triggered when only skipcol changes.
Solution:   Add w_last_skipcol and use it. (closes #10998)
This commit is contained in:
zeertzjq
2022-08-28 19:16:15 +01:00
committed by Bram Moolenaar
parent 2f892d8663
commit 670ab0334b
5 changed files with 40 additions and 1 deletions

View File

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