home *** CD-ROM | disk | FTP | other *** search
- To: vim-dev@vim.org
- Subject: Patch 6.1.124
- Fcc: outbox
- From: Bram Moolenaar <Bram@moolenaar.net>
- MIME-Version: 1.0
- Content-Type: text/plain; charset=ISO-8859-1
- Content-Transfer-Encoding: 8bit
- ------------
-
- Patch 6.1.124
- Problem: When trying to exit and there is a hidden buffer that had 'eol'
- off and 'bin' set exiting isn't possible. (John McGowan)
- Solution: Set b_start_eol when clearing the buffer.
- Files: src/buffer.c
-
-
- *** ../vim61.123/src/buffer.c Sun Jun 23 15:10:12 2002
- --- src/buffer.c Thu Jul 4 21:40:22 2002
- ***************
- *** 420,425 ****
- --- 420,426 ----
- buf->b_shortname = FALSE;
- #endif
- buf->b_p_eol = TRUE;
- + buf->b_start_eol = TRUE;
- #ifdef FEAT_MBYTE
- buf->b_p_bomb = FALSE;
- #endif
- *** ../vim61.123/src/version.c Thu Jul 4 21:00:06 2002
- --- src/version.c Thu Jul 4 21:58:58 2002
- ***************
- *** 608,609 ****
- --- 608,611 ----
- { /* Add new patch number below this line */
- + /**/
- + 124,
- /**/
-
- --
- LAUNCELOT: Isn't there a St. Aaaaarrrrrrggghhh's in Cornwall?
- ARTHUR: No, that's Saint Ives.
- "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
-
- /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\
- /// Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim \\\
- \\\ Project leader for A-A-P -- http://www.a-a-p.org ///
- \\\ Help me helping AIDS orphans in Uganda - http://iccf-holland.org ///
-