|
|
073263 |
To: vim_dev@googlegroups.com
|
|
|
073263 |
Subject: Patch 7.4.357
|
|
|
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.357
|
|
|
073263 |
Problem: After completion some characters are not redrawn.
|
|
|
073263 |
Solution: Clear the command line unconditionally. (Jacob Niehus)
|
|
|
073263 |
Files: src/edit.c
|
|
|
073263 |
|
|
|
073263 |
|
|
|
073263 |
*** ../vim-7.4.356/src/edit.c 2014-06-25 14:39:35.102348584 +0200
|
|
|
073263 |
--- src/edit.c 2014-07-09 13:22:22.747075922 +0200
|
|
|
073263 |
***************
|
|
|
073263 |
*** 3854,3861 ****
|
|
|
073263 |
ins_compl_free();
|
|
|
073263 |
compl_started = FALSE;
|
|
|
073263 |
compl_matches = 0;
|
|
|
073263 |
! if (!shortmess(SHM_COMPLETIONMENU))
|
|
|
073263 |
! msg_clr_cmdline(); /* necessary for "noshowmode" */
|
|
|
073263 |
ctrl_x_mode = 0;
|
|
|
073263 |
compl_enter_selects = FALSE;
|
|
|
073263 |
if (edit_submode != NULL)
|
|
|
073263 |
--- 3854,3860 ----
|
|
|
073263 |
ins_compl_free();
|
|
|
073263 |
compl_started = FALSE;
|
|
|
073263 |
compl_matches = 0;
|
|
|
073263 |
! msg_clr_cmdline(); /* necessary for "noshowmode" */
|
|
|
073263 |
ctrl_x_mode = 0;
|
|
|
073263 |
compl_enter_selects = FALSE;
|
|
|
073263 |
if (edit_submode != NULL)
|
|
|
073263 |
*** ../vim-7.4.356/src/version.c 2014-07-09 13:43:18.399058649 +0200
|
|
|
073263 |
--- src/version.c 2014-07-09 13:58:35.483046034 +0200
|
|
|
073263 |
***************
|
|
|
073263 |
*** 736,737 ****
|
|
|
073263 |
--- 736,739 ----
|
|
|
073263 |
{ /* Add new patch number below this line */
|
|
|
073263 |
+ /**/
|
|
|
073263 |
+ 357,
|
|
|
073263 |
/**/
|
|
|
073263 |
|
|
|
073263 |
--
|
|
|
073263 |
Why isn't there mouse-flavored cat food?
|
|
|
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 ///
|