commit | f645ee47c85940d05f492a1b3932fbcdfd4204b3 | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Sun Dec 05 13:21:18 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 05 13:21:18 2021 +0000 |
tree | ecca9e93242fb70debd950b0822d5cde06b522c5 | |
parent | 5e18ccc60bdddc4aa39ab039f1a7c918f29e67ce [diff] [blame] |
patch 8.2.3744: E854 is not tested; some spelling suggestions are not tested Problem: E854 is not tested; some spelling suggestions are not tested. Solution: Add a couple of tests. (Dominique Pellé, closes #9279)
diff --git a/src/version.c b/src/version.c index cd7a964..da1bc2d 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3744, +/**/ 3743, /**/ 3742,