updated for version 7.1-106

This commit is contained in:
vimboss
2007-09-13 20:05:18 +00:00
parent 3b8e55b7d7
commit f1c8ee8695
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -828,7 +828,7 @@ ex_messages(eap)
_("Messages maintainer: Bram Moolenaar <Bram@vim.org>"),
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)
msg_attr(p->msg, p->attr);
+2
View File
@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
106,
/**/
105,
/**/