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.3 / 7.3.807 < prev    next >
Encoding:
Internet Message Format  |  2013-02-12  |  1.6 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.3.807
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. Mime-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 7.3.807
  11. Problem:    Popup menu does not work properly with the preview window, folds
  12.         and 'cursorcolumn'.
  13. Solution:   Redraw the popup menu after redrawing windows. (Christian
  14.         Brabandt)
  15. Files:        src/screen.c
  16.  
  17.  
  18. *** ../vim-7.3.806/src/screen.c    2013-01-30 12:31:32.000000000 +0100
  19. --- src/screen.c    2013-02-13 11:59:23.000000000 +0100
  20. ***************
  21. *** 548,553 ****
  22. --- 548,558 ----
  23.   #if defined(FEAT_SEARCH_EXTRA)
  24.       end_search_hl();
  25.   #endif
  26. + #ifdef FEAT_INS_EXPAND
  27. +     /* May need to redraw the popup menu. */
  28. +     if (pum_visible())
  29. +     pum_redraw();
  30. + #endif
  31.   
  32.   #ifdef FEAT_WINDOWS
  33.       /* Reset b_mod_set flags.  Going through all windows is probably faster
  34. *** ../vim-7.3.806/src/version.c    2013-02-06 19:58:38.000000000 +0100
  35. --- src/version.c    2013-02-13 12:00:55.000000000 +0100
  36. ***************
  37. *** 727,728 ****
  38. --- 727,730 ----
  39.   {   /* Add new patch number below this line */
  40. + /**/
  41. +     807,
  42.   /**/
  43.  
  44. -- 
  45. A special cleaning ordinance bans housewives from hiding dirt and dust under a
  46. rug in a dwelling.
  47.         [real standing law in Pennsylvania, United States of America]
  48.  
  49.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  50. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  51. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  52.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  53.