Skip to content

Commit 04dfd51

Browse files
committed
patch 7.4.898
Problem: The 'fixendofline' option is set on with ":edit". Solution: Don't set the option when clearing a buffer. (Yasuhiro Matsumoto)
1 parent 4e86150 commit 04dfd51

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/buffer.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,6 @@ buf_clear_file(buf)
547547
buf->b_shortname = FALSE;
548548
#endif
549549
buf->b_p_eol = TRUE;
550-
buf->b_p_fixeol = TRUE;
551550
buf->b_start_eol = TRUE;
552551
#ifdef FEAT_MBYTE
553552
buf->b_p_bomb = FALSE;

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
898,
744746
/**/
745747
897,
746748
/**/

0 commit comments

Comments
 (0)