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:
@@ -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)
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user