commit | 751ba616d1c47de2c273b269df06c36a7ed141a2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 16 22:26:44 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 16 22:26:44 2017 +0100 |
tree | 22e882a85cde0eb682622a46e7b6622e875e3908 | |
parent | 0c0d4eca4dd6252f22ec39f2d561a5e8a68e9a4e [diff] [blame] |
patch 8.0.0470: not enough testing for help commands Problem: Not enough testing for help commands. Solution: Add a few more help tests. (Dominique Pelle, closes #1565)
diff --git a/src/version.c b/src/version.c index bc85006..a132167 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 470, +/**/ 469, /**/ 468,