0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

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 * If requested, store and reset the global values controlling the
* exception handling (used when debugging). * exception handling (used when debugging).
*/ */
else if (flags & DOCMD_EXCRESET) if (flags & DOCMD_EXCRESET)
save_dbg_stuff(&debug_saved); save_dbg_stuff(&debug_saved);
initial_trylevel = trylevel; initial_trylevel = trylevel;

View File

@ -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 */
/**/
4,
/**/ /**/
3, 3,
/**/ /**/