commit | e9a8d1f9adaf4599b5a7923f8db8e207ed6e7eca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 25 13:36:36 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 25 13:36:36 2019 +0100 |
tree | 2bf565031f182b1d3e91da9907b8cdbe8c398b81 | |
parent | 1500a42c42b26cb63659d90883f7a438895cd273 [diff] [blame] |
patch 8.2.0038: spell suggestions insufficiently tested Problem: Spell suggestions insufficiently tested. Solution: Add spell suggestion tests. (Dominique Pelle, closes #5398)
diff --git a/src/version.c b/src/version.c index aa7b13c..e6f0cf0 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 38, +/**/ 37, /**/ 36,