4433376
To: vim-dev@vim.org
4433376
Subject: Patch 7.0.107
4433376
Fcc: outbox
4433376
From: Bram Moolenaar <Bram@moolenaar.net>
4433376
Mime-Version: 1.0
4433376
Content-Type: text/plain; charset=ISO-8859-1
4433376
Content-Transfer-Encoding: 8bit
4433376
------------
4433376
4433376
Patch 7.0.107
4433376
Problem:    Incremental search doesn't redraw the text tabline. (Ilya Bobir)
4433376
	    Also happens in other situations with one window in a tab page.
4433376
Solution:   Redraw the tabline after clearing the screen.
4433376
Files:	    src/screen.c
4433376
4433376
4433376
*** ../vim-7.0.106/src/screen.c	Tue Aug 29 17:28:56 2006
4433376
--- src/screen.c	Thu Sep 14 21:00:32 2006
4433376
***************
4433376
*** 1228,1234 ****
4433376
--- 1228,1241 ----
4433376
  	{
4433376
  	    mid_end = wp->w_height;
4433376
  	    if (lastwin == firstwin)
4433376
+ 	    {
4433376
  		screenclear();
4433376
+ #ifdef FEAT_WINDOWS
4433376
+ 		/* The screen was cleared, redraw the tab pages line. */
4433376
+ 		if (redraw_tabline)
4433376
+ 		    draw_tabline();
4433376
+ #endif
4433376
+ 	    }
4433376
  	}
4433376
      }
4433376
      else
4433376
*** ../vim-7.0.106/src/version.c	Thu Sep 14 13:35:17 2006
4433376
--- src/version.c	Thu Sep 14 21:03:40 2006
4433376
***************
4433376
*** 668,669 ****
4433376
--- 668,671 ----
4433376
  {   /* Add new patch number below this line */
4433376
+ /**/
4433376
+     107,
4433376
  /**/
4433376
4433376
-- 
4433376
VOICE OVER: As the horrendous Black Beast lunged forward, escape for Arthur
4433376
            and his knights seemed hopeless,  when, suddenly ... the animator
4433376
            suffered a fatal heart attack.
4433376
ANIMATOR:   Aaaaagh!
4433376
VOICE OVER: The cartoon peril was no more ... The Quest for Holy Grail could
4433376
            continue.
4433376
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
4433376
4433376
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
4433376
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
4433376
\\\        download, build and distribute -- http://www.A-A-P.org        ///
4433376
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///