1
0
forked from aniani/vim

patch 8.2.4987: after deletion a small fold may be closable

Problem:    After deletion a small fold may be closable.
Solution:   Check for a reverse range. (Brandon Simmons, closes #10457)
This commit is contained in:
Brandon Simmons
2022-05-20 18:25:21 +01:00
committed by Bram Moolenaar
parent 8a83ffdc43
commit 3fcccf94e8
3 changed files with 43 additions and 4 deletions

View File

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