1
0
forked from aniani/vim

patch 8.2.5009: fold may not be closeable after appending

Problem:    Fold may not be closeable after appending.
Solution:   Set the fd_small flag to MAYBE. (Brandon Simmons, closes #10471)
This commit is contained in:
Brandon Simmons
2022-05-23 15:33:08 +01:00
committed by Bram Moolenaar
parent 7e66778815
commit e8c4a64bff
3 changed files with 22 additions and 0 deletions

View File

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