1
0
forked from aniani/vim

patch 9.1.0708: Recursive window update does not account for reset skipcol

Problem:  Window is updated with potentially invalid skipcol in recursive
          window update path. I.e. cursor outside of visible range in
          large line that does not fit.
Solution: Make sure it is valid (Luuk van Baal).

closes: #15605

Signed-off-by: Luuk van Baal <luukvbaal@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Luuk van Baal
2024-09-01 10:33:56 +02:00
committed by Christian Brabandt
parent 9abd02d16a
commit 3d5065fc75
5 changed files with 19 additions and 18 deletions

View File

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