patch 8.2.3925: diff mode confused by NUL bytes

Problem:    Diff mode confused by NUL bytes.
Solution:   Handle NUL bytes differently. (Christian Brabandt, closes #9421,
            closes #9418)
This commit is contained in:
Bram Moolenaar
2021-12-28 18:30:05 +00:00
parent 7473a84cf9
commit 06f6095623
7 changed files with 131 additions and 4 deletions

View File

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