1
0
forked from aniani/vim

updated for version 7.2.356

Problem:    When 'foldmethod' is changed not all folds are closed as expected.
Solution:   In foldUpdate() correct the start position and reset fd_flags when
            w_foldinvalid is set. (Lech Lorens)
This commit is contained in:
Bram Moolenaar
2010-02-03 18:14:49 +01:00
parent 6427c608e7
commit cee6a352b2
2 changed files with 9 additions and 1 deletions

View File

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