3ef2ca
To: vim_dev@googlegroups.com
3ef2ca
Subject: Patch 7.4.361
3ef2ca
Fcc: outbox
3ef2ca
From: Bram Moolenaar <Bram@moolenaar.net>
3ef2ca
Mime-Version: 1.0
3ef2ca
Content-Type: text/plain; charset=UTF-8
3ef2ca
Content-Transfer-Encoding: 8bit
3ef2ca
------------
3ef2ca
3ef2ca
Patch 7.4.361
3ef2ca
Problem:    Lots of flickering when filling the preview window for 'omnifunc'.
3ef2ca
Solution:   Disable redrawing. (Hirohito Higashi)
3ef2ca
Files:	    src/popupmnu.c
3ef2ca
3ef2ca
3ef2ca
*** ../vim-7.4.360/src/popupmnu.c	2013-11-06 04:04:29.000000000 +0100
3ef2ca
--- src/popupmnu.c	2014-07-09 19:56:25.663649674 +0200
3ef2ca
***************
3ef2ca
*** 567,573 ****
3ef2ca
--- 567,575 ----
3ef2ca
  	    g_do_tagpreview = 3;
3ef2ca
  	    if (p_pvh > 0 && p_pvh < g_do_tagpreview)
3ef2ca
  		g_do_tagpreview = p_pvh;
3ef2ca
+ 	    ++RedrawingDisabled;
3ef2ca
  	    resized = prepare_tagpreview(FALSE);
3ef2ca
+ 	    --RedrawingDisabled;
3ef2ca
  	    g_do_tagpreview = 0;
3ef2ca
  
3ef2ca
  	    if (curwin->w_p_pvw)
3ef2ca
*** ../vim-7.4.360/src/version.c	2014-07-09 19:32:30.939678834 +0200
3ef2ca
--- src/version.c	2014-07-09 19:55:48.995650419 +0200
3ef2ca
***************
3ef2ca
*** 736,737 ****
3ef2ca
--- 736,739 ----
3ef2ca
  {   /* Add new patch number below this line */
3ef2ca
+ /**/
3ef2ca
+     361,
3ef2ca
  /**/
3ef2ca
3ef2ca
-- 
3ef2ca
Lose weight, NEVER Diet again with
3ef2ca
                  The "Invisible Weight Loss Patch"
3ef2ca
						(spam e-mail)
3ef2ca
3ef2ca
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
3ef2ca
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
3ef2ca
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
3ef2ca
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///