1
0
forked from aniani/vim

patch 9.0.0109: writing over the end of a buffer on stack

Problem:    Writing over the end of a buffer on stack when making list of
            spell suggestions.
Solution:   Make sure suggested word is not too long. (closes #10812)
This commit is contained in:
Bram Moolenaar
2022-07-30 11:39:57 +01:00
parent 5f6cae8b8a
commit 1eead4cf1d
3 changed files with 16 additions and 4 deletions

View File

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