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.1.124 < prev    next >
Encoding:
Internet Message Format  |  2002-07-03  |  1.4 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.1.124
  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.1.124
  11. Problem:    When trying to exit and there is a hidden buffer that had 'eol'
  12.         off and 'bin' set exiting isn't possible. (John McGowan)
  13. Solution:   Set b_start_eol when clearing the buffer.
  14. Files:        src/buffer.c
  15.  
  16.  
  17. *** ../vim61.123/src/buffer.c    Sun Jun 23 15:10:12 2002
  18. --- src/buffer.c    Thu Jul  4 21:40:22 2002
  19. ***************
  20. *** 420,425 ****
  21. --- 420,426 ----
  22.       buf->b_shortname = FALSE;
  23.   #endif
  24.       buf->b_p_eol = TRUE;
  25. +     buf->b_start_eol = TRUE;
  26.   #ifdef FEAT_MBYTE
  27.       buf->b_p_bomb = FALSE;
  28.   #endif
  29. *** ../vim61.123/src/version.c    Thu Jul  4 21:00:06 2002
  30. --- src/version.c    Thu Jul  4 21:58:58 2002
  31. ***************
  32. *** 608,609 ****
  33. --- 608,611 ----
  34.   {   /* Add new patch number below this line */
  35. + /**/
  36. +     124,
  37.   /**/
  38.  
  39. -- 
  40. LAUNCELOT: Isn't there a St. Aaaaarrrrrrggghhh's in Cornwall?
  41. ARTHUR:    No, that's Saint Ives.
  42.                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
  43.  
  44.  ///  Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net  \\\
  45. ///   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   \\\
  46. \\\           Project leader for A-A-P -- http://www.a-a-p.org           ///
  47.  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///
  48.