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:
parent
8798be0e96
commit
b4872945fd
@ -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;
|
||||||
|
@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user