|
Karsten Hopp |
7c46eb |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
7c46eb |
Subject: Patch 7.4.898
|
|
Karsten Hopp |
7c46eb |
Fcc: outbox
|
|
Karsten Hopp |
7c46eb |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
7c46eb |
Mime-Version: 1.0
|
|
Karsten Hopp |
7c46eb |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
7c46eb |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
7c46eb |
------------
|
|
Karsten Hopp |
7c46eb |
|
|
Karsten Hopp |
7c46eb |
Patch 7.4.898
|
|
Karsten Hopp |
7c46eb |
Problem: The 'fixendofline' option is set on with ":edit".
|
|
Karsten Hopp |
7c46eb |
Solution: Don't set the option when clearing a buffer. (Yasuhiro Matsumoto)
|
|
Karsten Hopp |
7c46eb |
Files: src/buffer.c
|
|
Karsten Hopp |
7c46eb |
|
|
Karsten Hopp |
7c46eb |
|
|
Karsten Hopp |
7c46eb |
*** ../vim-7.4.897/src/buffer.c 2015-08-04 17:43:20.577543527 +0200
|
|
Karsten Hopp |
7c46eb |
--- src/buffer.c 2015-10-13 20:39:51.476794341 +0200
|
|
Karsten Hopp |
7c46eb |
***************
|
|
Karsten Hopp |
7c46eb |
*** 547,553 ****
|
|
Karsten Hopp |
7c46eb |
buf->b_shortname = FALSE;
|
|
Karsten Hopp |
7c46eb |
#endif
|
|
Karsten Hopp |
7c46eb |
buf->b_p_eol = TRUE;
|
|
Karsten Hopp |
7c46eb |
- buf->b_p_fixeol = TRUE;
|
|
Karsten Hopp |
7c46eb |
buf->b_start_eol = TRUE;
|
|
Karsten Hopp |
7c46eb |
#ifdef FEAT_MBYTE
|
|
Karsten Hopp |
7c46eb |
buf->b_p_bomb = FALSE;
|
|
Karsten Hopp |
7c46eb |
--- 547,552 ----
|
|
Karsten Hopp |
7c46eb |
*** ../vim-7.4.897/src/version.c 2015-10-13 20:21:45.220226141 +0200
|
|
Karsten Hopp |
7c46eb |
--- src/version.c 2015-10-13 20:41:17.031890643 +0200
|
|
Karsten Hopp |
7c46eb |
***************
|
|
Karsten Hopp |
7c46eb |
*** 743,744 ****
|
|
Karsten Hopp |
7c46eb |
--- 743,746 ----
|
|
Karsten Hopp |
7c46eb |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
7c46eb |
+ /**/
|
|
Karsten Hopp |
7c46eb |
+ 898,
|
|
Karsten Hopp |
7c46eb |
/**/
|
|
Karsten Hopp |
7c46eb |
|
|
Karsten Hopp |
7c46eb |
--
|
|
Karsten Hopp |
7c46eb |
hundred-and-one symptoms of being an internet addict:
|
|
Karsten Hopp |
7c46eb |
37. You start looking for hot HTML addresses in public restrooms.
|
|
Karsten Hopp |
7c46eb |
|
|
Karsten Hopp |
7c46eb |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
7c46eb |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
7c46eb |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
7c46eb |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|