1
0
forked from aniani/vim

updated for version 7.0-004

This commit is contained in:
Bram Moolenaar 2006-05-13 10:32:52 +00:00
parent 8798be0e96
commit b4872945fd
2 changed files with 3 additions and 1 deletions

View File

@ -833,7 +833,7 @@ do_cmdline(cmdline, getline, cookie, flags)
* If requested, store and reset the global values controlling the
* exception handling (used when debugging).
*/
else if (flags & DOCMD_EXCRESET)
if (flags & DOCMD_EXCRESET)
save_dbg_stuff(&debug_saved);
initial_trylevel = trylevel;

View File

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