073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.439
073263
Fcc: outbox
073263
From: Bram Moolenaar <Bram@moolenaar.net>
073263
Mime-Version: 1.0
073263
Content-Type: text/plain; charset=UTF-8
073263
Content-Transfer-Encoding: 8bit
073263
------------
073263
073263
Patch 7.4.439
073263
Problem:    Duplicate message in message history.  Some quickfix messages
073263
	    appear twice. (Gary Johnson)
073263
Solution:   Do not reset keep_msg too early. (Hirohito Higashi)
073263
Files:	    src/main.c
073263
073263
073263
*** ../vim-7.4.438/src/main.c	2014-09-09 12:25:27.764501863 +0200
073263
--- src/main.c	2014-09-09 17:37:56.612542817 +0200
073263
***************
073263
*** 1249,1257 ****
073263
  		char_u *p;
073263
  
073263
  		/* msg_attr_keep() will set keep_msg to NULL, must free the
073263
! 		 * string here. */
073263
  		p = keep_msg;
073263
- 		keep_msg = NULL;
073263
  		msg_attr(p, keep_msg_attr);
073263
  		vim_free(p);
073263
  	    }
073263
--- 1249,1257 ----
073263
  		char_u *p;
073263
  
073263
  		/* msg_attr_keep() will set keep_msg to NULL, must free the
073263
! 		 * string here. Don't reset keep_msg, msg_attr_keep() uses it
073263
! 		 * to check for duplicates. */
073263
  		p = keep_msg;
073263
  		msg_attr(p, keep_msg_attr);
073263
  		vim_free(p);
073263
  	    }
073263
*** ../vim-7.4.438/src/version.c	2014-09-09 17:33:02.704542175 +0200
073263
--- src/version.c	2014-09-09 17:41:11.984543243 +0200
073263
***************
073263
*** 743,744 ****
073263
--- 743,746 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     439,
073263
  /**/
073263
073263
-- 
073263
Corduroy pillows: They're making headlines!
073263
073263
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
073263
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
073263
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
073263
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///