jkunstle / rpms / vim

Forked from rpms/vim 3 years ago
Clone

Blame SOURCES/7.4.383

073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.383
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.383
073263
Problem:    Bad interaction between preview window and omnifunc.
073263
Solution:   Avoid redrawing the status line. (Hirohito Higashi)
073263
Files:	    src/popupmnu.c
073263
073263
073263
*** ../vim-7.4.382/src/popupmnu.c	2014-07-09 19:58:21.111647328 +0200
073263
--- src/popupmnu.c	2014-07-23 20:56:17.131772989 +0200
073263
***************
073263
*** 643,648 ****
073263
--- 643,654 ----
073263
  
073263
  		    if (curwin != curwin_save && win_valid(curwin_save))
073263
  		    {
073263
+ 			/* When the first completion is done and the preview
073263
+ 			 * window is not resized, skip the preview window's
073263
+ 			 * status line redrawing. */
073263
+ 			if (ins_compl_active() && !resized)
073263
+ 			    curwin->w_redr_status = FALSE;
073263
+ 
073263
  			/* Return cursor to where we were */
073263
  			validate_cursor();
073263
  			redraw_later(SOME_VALID);
073263
*** ../vim-7.4.382/src/version.c	2014-07-23 20:41:09.895779510 +0200
073263
--- src/version.c	2014-07-23 20:58:12.079772163 +0200
073263
***************
073263
*** 736,737 ****
073263
--- 736,739 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     383,
073263
  /**/
073263
073263
-- 
073263
ARTHUR:    ... and I am your king ....
073263
OLD WOMAN: Ooooh!  I didn't know we had a king.  I thought we were an
073263
           autonomous collective ...
073263
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
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    ///