1
0
forked from aniani/vim

updated for version 7.1-139

This commit is contained in:
Bram Moolenaar
2007-10-14 13:33:20 +00:00
parent aa8494a13e
commit fa6d5afd84
2 changed files with 9 additions and 0 deletions

View File

@@ -858,7 +858,14 @@ foldUpdate(wp, top, bot)
|| foldmethodIsDiff(wp)
#endif
|| foldmethodIsSyntax(wp))
{
int save_got_int = got_int;
/* reset got_int here, otherwise it won't work */
got_int = FALSE;
foldUpdateIEMS(wp, top, bot);
got_int |= save_got_int;
}
}
/* foldUpdateAll() {{{2 */

View File

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