]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-106 v7.1.106
authorBram Moolenaar <Bram@vim.org>
Thu, 13 Sep 2007 20:05:18 +0000 (20:05 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 13 Sep 2007 20:05:18 +0000 (20:05 +0000)
src/message.c
src/version.c

index 82b9c9aeaac9b8da3fad89bb3d91f66e0f5e5739..6aa6746fc4bda3ab31a01b1f68bd69ee04f53f81 100644 (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);
 
index 90bc0490ddb2a2d5105aec7d54836fa59fbf9e29..b319fcc0b8128dc22137abf0ac0cd9fe60d91142 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    106,
 /**/
     105,
 /**/