1
0
forked from aniani/vim

patch 9.0.0527: long sign text may overflow buffer

Problem:    Long sign text may overflow buffer.
Solution:   Use a larger buffer.  Prevent for overflow.
This commit is contained in:
Bram Moolenaar
2022-09-21 11:21:57 +01:00
parent f7c7aa3594
commit 2b1ddf19f8
3 changed files with 23 additions and 5 deletions

View File

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