1
0
forked from aniani/vim

patch 8.2.2379: do spell suggestions twice if 'spellsuggest' contains number

Problem:    Finding spell suggestions twice if 'spellsuggest' contains number.
Solution:   Only do internal suggestions once.  (closes #7713)
This commit is contained in:
Bram Moolenaar
2021-01-20 21:42:33 +01:00
parent 99880f96cf
commit 77a849c4b3
2 changed files with 6 additions and 2 deletions

View File

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