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 / 6.0.032 < prev    next >
Encoding:
Internet Message Format  |  2001-10-28  |  1.4 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.0.032
  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 6.0.032
  11. Problem:    When changing a setting that affects all folds, they are not
  12.         displayed immediately.
  13. Solution:   Set the redraw flag in foldUpdateAll().
  14. Files:        src/fold.c
  15.  
  16.  
  17. *** ../vim60.31/src/fold.c    Wed Sep 26 12:36:14 2001
  18. --- src/fold.c    Mon Oct 29 09:27:51 2001
  19. ***************
  20. *** 836,841 ****
  21. --- 836,842 ----
  22.       win_T    *win;
  23.   {
  24.       win->w_foldinvalid = TRUE;
  25. +     redraw_later(NOT_VALID);
  26.   }
  27.   
  28.   /* foldMoveTo() {{{2 */
  29. *** ../vim60.31/src/version.c    Sun Oct 28 21:57:01 2001
  30. --- src/version.c    Mon Oct 29 09:32:32 2001
  31. ***************
  32. *** 608,609 ****
  33. --- 608,611 ----
  34.   {   /* Add new patch number below this line */
  35. + /**/
  36. +     32,
  37.   /**/
  38.  
  39. -- 
  40. FATHER:    You only killed the bride's father - that's all -
  41. LAUNCELOT: Oh dear, I didn't really mean to...
  42. FATHER:    Didn't mean to?  You put your sword right through his head!
  43. LAUNCELOT: Gosh - Is he all right?
  44.                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
  45.  
  46.  ///  Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net  \\\
  47. (((   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   )))
  48.  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///
  49.