From: Bram Moolenaar Date: Thu, 13 Sep 2007 20:05:18 +0000 (+0000) Subject: updated for version 7.1-106 X-Git-Tag: v7.1.106 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c2e0f27c5fb2832326f2285b6e61d8e72705164;p=vim updated for version 7.1-106 --- diff --git a/src/message.c b/src/message.c index 82b9c9aea..6aa6746fc 100644 --- a/src/message.c +++ b/src/message.c @@ -828,7 +828,7 @@ ex_messages(eap) _("Messages maintainer: Bram Moolenaar "), 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); diff --git a/src/version.c b/src/version.c index 90bc0490d..b319fcc0b 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 106, /**/ 105, /**/