0c189af
To: vim-dev@vim.org
0c189af
Subject: patch 7.1.106
0c189af
Fcc: outbox
0c189af
From: Bram Moolenaar <Bram@moolenaar.net>
0c189af
Mime-Version: 1.0
0c189af
Content-Type: text/plain; charset=ISO-8859-1
0c189af
Content-Transfer-Encoding: 8bit
0c189af
------------
0c189af
0c189af
Patch 7.1.106
0c189af
Problem:    ":messages" doesn't quit listing on ":".
0c189af
Solution:   Break the loop when "got_int" is set.
0c189af
Files:	    src/message.c
0c189af
0c189af
0c189af
*** ../vim-7.1.105/src/message.c	Thu Sep  6 12:53:59 2007
0c189af
--- src/message.c	Thu Sep 13 21:45:57 2007
0c189af
***************
0c189af
*** 828,834 ****
0c189af
  		_("Messages maintainer: Bram Moolenaar <Bram@vim.org>"),
0c189af
  		hl_attr(HLF_T));
0c189af
  
0c189af
!     for (p = first_msg_hist; p != NULL; p = p->next)
0c189af
  	if (p->msg != NULL)
0c189af
  	    msg_attr(p->msg, p->attr);
0c189af
  
0c189af
--- 828,834 ----
0c189af
  		_("Messages maintainer: Bram Moolenaar <Bram@vim.org>"),
0c189af
  		hl_attr(HLF_T));
0c189af
  
0c189af
!     for (p = first_msg_hist; p != NULL && !got_int; p = p->next)
0c189af
  	if (p->msg != NULL)
0c189af
  	    msg_attr(p->msg, p->attr);
0c189af
  
0c189af
*** ../vim-7.1.105/src/version.c	Thu Sep 13 20:39:58 2007
0c189af
--- src/version.c	Thu Sep 13 21:57:40 2007
0c189af
***************
0c189af
*** 668,669 ****
0c189af
--- 668,671 ----
0c189af
  {   /* Add new patch number below this line */
0c189af
+ /**/
0c189af
+     106,
0c189af
  /**/
0c189af
0c189af
-- 
0c189af
I'm sure that I asked CBuilder to do a "full" install.  Looks like I got
0c189af
a "fool" install, instead.		Charles E Campbell, Jr, PhD
0c189af
0c189af
0c189af
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
0c189af
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
0c189af
\\\        download, build and distribute -- http://www.A-A-P.org        ///
0c189af
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///