We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e86150 commit 04dfd51Copy full SHA for 04dfd51
2 files changed
src/buffer.c
@@ -547,7 +547,6 @@ buf_clear_file(buf)
547
buf->b_shortname = FALSE;
548
#endif
549
buf->b_p_eol = TRUE;
550
- buf->b_p_fixeol = TRUE;
551
buf->b_start_eol = TRUE;
552
#ifdef FEAT_MBYTE
553
buf->b_p_bomb = FALSE;
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 898,
746
/**/
747
897,
748
0 commit comments