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