1
0
forked from aniani/vim

patch 8.2.5063: error for a command may go over the end of IObuff

Problem:    Error for a command may go over the end of IObuff.
Solution:   Truncate the message.
This commit is contained in:
Bram Moolenaar
2022-06-06 15:38:21 +01:00
parent 1f89abf69d
commit 44a3f3353e
3 changed files with 17 additions and 2 deletions

View File

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