commit | 5c2e0f27c5fb2832326f2285b6e61d8e72705164 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 13 20:05:18 2007 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 13 20:05:18 2007 +0000 |
tree | 1ca03d4c7d71800cd5364ba745bf6e312ad942eb | |
parent | 037cc64f8f46d5f2e4441e14850ea91efa2b9c63 [diff] [blame] |
updated for version 7.1-106
diff --git a/src/message.c b/src/message.c index 82b9c9a..6aa6746 100644 --- a/src/message.c +++ b/src/message.c
@@ -828,7 +828,7 @@ _("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);