1
0
forked from aniani/vim

updated for version 7.1-106

This commit is contained in:
Bram Moolenaar
2007-09-13 20:05:18 +00:00
parent 037cc64f8f
commit 5c2e0f27c5
2 changed files with 3 additions and 1 deletions

View File

@@ -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);

View File

@@ -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,
/**/ /**/