forked from aniani/vim
updated for version 7.3.737
Problem: When using do_cmdline() recursively did_endif is not reset, causing messages to be overwritten. Solution: Reset did_endif. (Christian Brabandt)
This commit is contained in:
@@ -1536,6 +1536,8 @@ do_cmdline(cmdline, fgetline, cookie, flags)
|
|||||||
if_level = 0;
|
if_level = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
did_endif = FALSE; /* in case do_cmdline used recursively */
|
||||||
|
|
||||||
--call_depth;
|
--call_depth;
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
@@ -725,6 +725,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 */
|
||||||
|
/**/
|
||||||
|
737,
|
||||||
/**/
|
/**/
|
||||||
736,
|
736,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user