1
0
forked from aniani/vim

patch 8.2.2199: first write after setting 'eol' does not have NL added

Problem:    First write after setting 'eol' does not have NL added. (Tomáš
            Janoušek)
Solution:   Only use b_no_eol_lnum when doing a binary write. (closes #7535)
This commit is contained in:
Bram Moolenaar
2020-12-23 18:54:57 +01:00
parent 23999d799c
commit b3c8b1d254
3 changed files with 21 additions and 1 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2199,
/**/
2198,
/**/