forked from aniani/vim
updated for version 7.1-139
This commit is contained in:
@@ -858,7 +858,14 @@ foldUpdate(wp, top, bot)
|
|||||||
|| foldmethodIsDiff(wp)
|
|| foldmethodIsDiff(wp)
|
||||||
#endif
|
#endif
|
||||||
|| foldmethodIsSyntax(wp))
|
|| foldmethodIsSyntax(wp))
|
||||||
|
{
|
||||||
|
int save_got_int = got_int;
|
||||||
|
|
||||||
|
/* reset got_int here, otherwise it won't work */
|
||||||
|
got_int = FALSE;
|
||||||
foldUpdateIEMS(wp, top, bot);
|
foldUpdateIEMS(wp, top, bot);
|
||||||
|
got_int |= save_got_int;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* foldUpdateAll() {{{2 */
|
/* foldUpdateAll() {{{2 */
|
||||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
139,
|
||||||
/**/
|
/**/
|
||||||
138,
|
138,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user