forked from aniani/vim
updated for version 7.0-004
This commit is contained in:
parent
8798be0e96
commit
b4872945fd
@ -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;
|
||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4,
|
||||
/**/
|
||||
3,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user