commit | 77a849c4b3d73c228013a047913c90834a93b4f6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 20 21:42:33 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 20 21:42:33 2021 +0100 |
tree | cc45f079afc4e39fb068fbce9a5ccf70d9052cfd | |
parent | 99880f96cf444014d589fc1d99bb164deaba71ce [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 5668f75..2e67f32 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2379, +/**/ 2378, /**/ 2377,