commit | 767340574b5a0c697e650b3bbc3a4af10e51cb89 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 26 14:30:15 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 26 14:30:15 2019 +0100 |
tree | 113a01445cdd36232ad7c0c2a1e0251b9056758a | |
parent | ec57ec692eb228ee061824a190d7c451f029c430 [diff] [blame] |
patch 8.2.0046: tests for spell suggestions are slow Problem: Tests for spell suggestions are slow. Solution: Use shorter words. Test with latin1 and utf-8 to cover more code. (Dominique Pelle, closes #5399)
diff --git a/src/version.c b/src/version.c index 4e77878..0185a78 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 46, +/**/ 45, /**/ 44,