1
0
forked from aniani/vim

patch 8.2.3484: crash when going through spell suggestions

Problem:    Crash when going through spell suggestions.
Solution:   Limit the text length for finding suggestions to the original
            length.  Do not update buffers when exiting. (closes #8965)
This commit is contained in:
Bram Moolenaar
2021-10-06 13:41:07 +01:00
parent e2982d6911
commit e275ba4fc9
4 changed files with 25 additions and 1 deletions

View File

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