commit | 8c7ad3631af570f68b2da2658cf966a9a19cb6c4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 27 13:58:38 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 27 13:58:38 2020 +0200 |
tree | 51e1cf3a6adeb2b3ccbdb8988a4f97c8ae1669e4 | |
parent | f6a44f714a383a69db05cb47e26abffd966cd6a5 [diff] [blame] |
patch 8.2.1754: completion with spell checking not tested Problem: Completion with spell checking not tested. Solution: Add a test case. (Dominique Pellé, closes #7024)
diff --git a/src/version.c b/src/version.c index f3dbf28..1ee6801 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1754, +/**/ 1753, /**/ 1752,