|
Karsten Hopp |
c13ccf |
To: vim-dev@vim.org
|
|
Karsten Hopp |
c13ccf |
Subject: Patch 7.0.066
|
|
Karsten Hopp |
c13ccf |
Fcc: outbox
|
|
Karsten Hopp |
c13ccf |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
c13ccf |
Mime-Version: 1.0
|
|
Karsten Hopp |
c13ccf |
Content-Type: text/plain; charset=ISO-8859-1
|
|
Karsten Hopp |
c13ccf |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
c13ccf |
------------
|
|
Karsten Hopp |
c13ccf |
|
|
Karsten Hopp |
c13ccf |
Patch 7.0.066
|
|
Karsten Hopp |
c13ccf |
Problem: After the popup menu for Insert mode completion overlaps the tab
|
|
Karsten Hopp |
c13ccf |
pages line it is not completely removed.
|
|
Karsten Hopp |
c13ccf |
Solution: Redraw the tab pages line after removing the popup menu. (Ori
|
|
Karsten Hopp |
c13ccf |
Avtalion)
|
|
Karsten Hopp |
c13ccf |
Files: src/popupmnu.c
|
|
Karsten Hopp |
c13ccf |
|
|
Karsten Hopp |
c13ccf |
|
|
Karsten Hopp |
c13ccf |
*** ../vim-7.0.065/src/popupmnu.c Fri Apr 21 00:12:29 2006
|
|
Karsten Hopp |
c13ccf |
--- src/popupmnu.c Tue Aug 22 16:10:55 2006
|
|
Karsten Hopp |
c13ccf |
***************
|
|
Karsten Hopp |
c13ccf |
*** 552,557 ****
|
|
Karsten Hopp |
c13ccf |
--- 552,560 ----
|
|
Karsten Hopp |
c13ccf |
{
|
|
Karsten Hopp |
c13ccf |
pum_array = NULL;
|
|
Karsten Hopp |
c13ccf |
redraw_all_later(SOME_VALID);
|
|
Karsten Hopp |
c13ccf |
+ #ifdef FEAT_WINDOWS
|
|
Karsten Hopp |
c13ccf |
+ redraw_tabline = TRUE;
|
|
Karsten Hopp |
c13ccf |
+ #endif
|
|
Karsten Hopp |
c13ccf |
status_redraw_all();
|
|
Karsten Hopp |
c13ccf |
}
|
|
Karsten Hopp |
c13ccf |
|
|
Karsten Hopp |
c13ccf |
*** ../vim-7.0.065/src/version.c Tue Aug 22 21:39:18 2006
|
|
Karsten Hopp |
c13ccf |
--- src/version.c Tue Aug 22 21:50:34 2006
|
|
Karsten Hopp |
c13ccf |
***************
|
|
Karsten Hopp |
c13ccf |
*** 668,669 ****
|
|
Karsten Hopp |
c13ccf |
--- 668,671 ----
|
|
Karsten Hopp |
c13ccf |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
c13ccf |
+ /**/
|
|
Karsten Hopp |
c13ccf |
+ 66,
|
|
Karsten Hopp |
c13ccf |
/**/
|
|
Karsten Hopp |
c13ccf |
|
|
Karsten Hopp |
c13ccf |
--
|
|
Karsten Hopp |
c13ccf |
panic("Foooooooood fight!");
|
|
Karsten Hopp |
c13ccf |
-- In the kernel source aha1542.c, after detecting a bad segment list
|
|
Karsten Hopp |
c13ccf |
|
|
Karsten Hopp |
c13ccf |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
c13ccf |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
c13ccf |
\\\ download, build and distribute -- http://www.A-A-P.org ///
|
|
Karsten Hopp |
c13ccf |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|