commit | 6b0e528368415476bfc3a8414c9c70f9852b1517 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 04 15:52:25 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 04 15:52:25 2020 +0200 |
tree | f7394b8e9044469b04272dbd2ba4b8fcb4b73f22 | |
parent | ebacddbc16b2d76bf5dad636d7ee5c529f0e8753 [diff] [blame] |
patch 8.2.0898: missing help for a function goes unnoticed Problem: Missing help for a function goes unnoticed. Solution: Add a test. (Gary Johnson)
diff --git a/src/version.c b/src/version.c index 4262aab..ce8bbf1 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 898, +/**/ 897, /**/ 896,