commit | e20b9ececa37a81c0340a78f61e57fa1bf46b06d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 03 21:40:04 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 03 21:40:04 2020 +0100 |
tree | 52965e69e60cb22155c7895809d5c2eab3505bef | |
parent | e7ddf4e3372fad375038ad8771c6d1a7df49c34c [diff] [blame] |
patch 8.2.0203: :helptags and some other functionality not tested Problem: :helptags and some other functionality not tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5567)
diff --git a/src/version.c b/src/version.c index 884e01a..43a03fe 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 203, +/**/ 202, /**/ 201,