home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 7.0 / 7.0.066 < prev    next >
Encoding:
Internet Message Format  |  2006-08-21  |  1.4 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 7.0.066
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. Mime-Version: 1.0
  6. Content-Type: text/plain; charset=ISO-8859-1
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 7.0.066
  11. Problem:    After the popup menu for Insert mode completion overlaps the tab
  12.         pages line it is not completely removed.
  13. Solution:   Redraw the tab pages line after removing the popup menu. (Ori
  14.         Avtalion)
  15. Files:        src/popupmnu.c
  16.  
  17.  
  18. *** ../vim-7.0.065/src/popupmnu.c    Fri Apr 21 00:12:29 2006
  19. --- src/popupmnu.c    Tue Aug 22 16:10:55 2006
  20. ***************
  21. *** 552,557 ****
  22. --- 552,560 ----
  23.   {
  24.       pum_array = NULL;
  25.       redraw_all_later(SOME_VALID);
  26. + #ifdef FEAT_WINDOWS
  27. +     redraw_tabline = TRUE;
  28. + #endif
  29.       status_redraw_all();
  30.   }
  31.   
  32. *** ../vim-7.0.065/src/version.c    Tue Aug 22 21:39:18 2006
  33. --- src/version.c    Tue Aug 22 21:50:34 2006
  34. ***************
  35. *** 668,669 ****
  36. --- 668,671 ----
  37.   {   /* Add new patch number below this line */
  38. + /**/
  39. +     66,
  40.   /**/
  41.  
  42. -- 
  43. panic("Foooooooood fight!");
  44.     -- In the kernel source aha1542.c, after detecting a bad segment list
  45.  
  46.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  47. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  48. \\\        download, build and distribute -- http://www.A-A-P.org        ///
  49.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  50.