1
0
forked from aniani/vim

patch 8.2.4403: ml_get error with nested folds and deleting lines

Problem:    ml_get error with nested folds and deleting lines.
Solution:   Correct the last line number before calling hasFoldingWin().
This commit is contained in:
Bram Moolenaar
2022-02-16 20:30:52 +00:00
parent ae6f1d8b14
commit 9437737833
2 changed files with 7 additions and 3 deletions

View File

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