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.077 < prev    next >
Encoding:
Internet Message Format  |  2001-11-04  |  1.3 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.0.077
  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.077
  11. Problem:    Patch 6.0.075 was incomplete.
  12. Solution:   Fix another call to win_equal().
  13. Files:        src/option.c
  14.  
  15.  
  16. *** ../vim60.76/src/option.c    Thu Oct 25 16:34:24 2001
  17. --- src/option.c    Mon Nov  5 09:29:47 2001
  18. ***************
  19. *** 5709,5715 ****
  20.       else if ((int *)varp == &p_ea)
  21.       {
  22.       if (p_ea && !old_value)
  23. !         win_equal(curwin, 0);
  24.       }
  25.   #endif
  26.   
  27. --- 5709,5715 ----
  28.       else if ((int *)varp == &p_ea)
  29.       {
  30.       if (p_ea && !old_value)
  31. !         win_equal(curwin, FALSE, 0);
  32.       }
  33.   #endif
  34.   
  35. *** ../vim60.76/src/version.c    Mon Nov  5 11:15:34 2001
  36. --- src/version.c    Mon Nov  5 12:50:14 2001
  37. ***************
  38. *** 608,609 ****
  39. --- 608,611 ----
  40.   {   /* Add new patch number below this line */
  41. + /**/
  42. +     77,
  43.   /**/
  44.  
  45. -- 
  46. No engineer can take a shower without wondering if some sort of Teflon coating
  47. would make showering unnecessary.
  48.                 (Scott Adams - The Dilbert principle)
  49.  
  50.  ///  Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net  \\\
  51. (((   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   )))
  52.  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///
  53.