1
0
forked from aniani/vim

patch 8.2.2447: 'foldlevel' not applied to folds restored from session

Problem:    'foldlevel' not applied to folds restored from session.
Solution:   Set 'foldlevel' after creaiting the folds. (closes #7767)
This commit is contained in:
Bram Moolenaar
2021-02-01 19:24:55 +01:00
parent 5daa911626
commit f9547eb6ef
3 changed files with 31 additions and 2 deletions

View File

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