Blame SOURCES/7.4.357

22c937
To: vim_dev@googlegroups.com
22c937
Subject: Patch 7.4.357
22c937
Fcc: outbox
22c937
From: Bram Moolenaar <Bram@moolenaar.net>
22c937
Mime-Version: 1.0
22c937
Content-Type: text/plain; charset=UTF-8
22c937
Content-Transfer-Encoding: 8bit
22c937
------------
22c937
22c937
Patch 7.4.357
22c937
Problem:    After completion some characters are not redrawn.
22c937
Solution:   Clear the command line unconditionally. (Jacob Niehus)
22c937
Files:	    src/edit.c
22c937
22c937
22c937
*** ../vim-7.4.356/src/edit.c	2014-06-25 14:39:35.102348584 +0200
22c937
--- src/edit.c	2014-07-09 13:22:22.747075922 +0200
22c937
***************
22c937
*** 3854,3861 ****
22c937
  	    ins_compl_free();
22c937
  	    compl_started = FALSE;
22c937
  	    compl_matches = 0;
22c937
! 	    if (!shortmess(SHM_COMPLETIONMENU))
22c937
! 		msg_clr_cmdline();	/* necessary for "noshowmode" */
22c937
  	    ctrl_x_mode = 0;
22c937
  	    compl_enter_selects = FALSE;
22c937
  	    if (edit_submode != NULL)
22c937
--- 3854,3860 ----
22c937
  	    ins_compl_free();
22c937
  	    compl_started = FALSE;
22c937
  	    compl_matches = 0;
22c937
! 	    msg_clr_cmdline();	/* necessary for "noshowmode" */
22c937
  	    ctrl_x_mode = 0;
22c937
  	    compl_enter_selects = FALSE;
22c937
  	    if (edit_submode != NULL)
22c937
*** ../vim-7.4.356/src/version.c	2014-07-09 13:43:18.399058649 +0200
22c937
--- src/version.c	2014-07-09 13:58:35.483046034 +0200
22c937
***************
22c937
*** 736,737 ****
22c937
--- 736,739 ----
22c937
  {   /* Add new patch number below this line */
22c937
+ /**/
22c937
+     357,
22c937
  /**/
22c937
22c937
-- 
22c937
Why isn't there mouse-flavored cat food?
22c937
22c937
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
22c937
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
22c937
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
22c937
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///