forked from aniani/vim
updated for version 7.1-106
This commit is contained in:
@@ -828,7 +828,7 @@ ex_messages(eap)
|
|||||||
_("Messages maintainer: Bram Moolenaar <Bram@vim.org>"),
|
_("Messages maintainer: Bram Moolenaar <Bram@vim.org>"),
|
||||||
hl_attr(HLF_T));
|
hl_attr(HLF_T));
|
||||||
|
|
||||||
for (p = first_msg_hist; p != NULL; p = p->next)
|
for (p = first_msg_hist; p != NULL && !got_int; p = p->next)
|
||||||
if (p->msg != NULL)
|
if (p->msg != NULL)
|
||||||
msg_attr(p->msg, p->attr);
|
msg_attr(p->msg, p->attr);
|
||||||
|
|
||||||
|
|||||||
@@ -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 */
|
||||||
|
/**/
|
||||||
|
106,
|
||||||
/**/
|
/**/
|
||||||
105,
|
105,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user