0
0
mirror of https://github.com/vim/vim.git synced 2025-10-01 04:54:07 -04:00

updated for version 7.2-265

This commit is contained in:
Bram Moolenaar
2009-09-30 11:24:36 +00:00
parent 09736232af
commit becf428bc0
2 changed files with 3 additions and 1 deletions

View File

@@ -2695,7 +2695,7 @@ doend:
{ {
/* messages could be enabled for a serious error, need to check if the /* messages could be enabled for a serious error, need to check if the
* counters don't become negative */ * counters don't become negative */
if (!did_emsg) if (!did_emsg || msg_silent > save_msg_silent)
msg_silent = save_msg_silent; msg_silent = save_msg_silent;
emsg_silent -= did_esilent; emsg_silent -= did_esilent;
if (emsg_silent < 0) if (emsg_silent < 0)

View File

@@ -676,6 +676,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 */
/**/
265,
/**/ /**/
264, 264,
/**/ /**/