1
0
forked from aniani/vim

patch 8.2.3548: GTK GUI crashen when reading from stdin

Problem:    GTK GUI crashen when reading from stdin.
Solution:   Do not overwrite the NUL after the string. (closes #9028)
This commit is contained in:
Bram Moolenaar
2021-10-20 23:08:11 +01:00
parent 1d30fde3c9
commit d68a004485
3 changed files with 32 additions and 4 deletions

View File

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