1
0
forked from aniani/vim

patch 8.2.4935: with 'foldmethod' "indent" some lines not included in fold

Problem:    With 'foldmethod' "indent" some lines are not included in the
            fold. (Oleg Koshovetc)
Solution:   Fix it. (Brandon Simmons, closes #10399, closes #3214)
This commit is contained in:
Brandon Simmons
2022-05-10 19:13:23 +01:00
committed by Bram Moolenaar
parent 70c41241c2
commit d98e75e236
3 changed files with 29 additions and 0 deletions

View File

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