commit | 5a6cfb3ff2f2f422a3732f3855616c89dd19c19d | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Sat May 29 17:29:33 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 29 17:29:33 2021 +0200 |
tree | 1a0e723f4043f09ffe7e18b70225ae8a31d4ad1c | |
parent | 3e72dcad8b752a42b6eaf71213e3f5d534175256 [diff] [blame] |
patch 8.2.2902: spellfile functionality not fully tested Problem: Spellfile functionality not fully tested. Solution: Add tests for CIRCUMFIX, NOBREAK and others. (Dominique Pellé, closes #8283)
diff --git a/src/version.c b/src/version.c index 7c1605f..a1cda63 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2902, +/**/ 2901, /**/ 2900,