diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-06-04 15:52:25 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-06-04 15:52:25 +0200 |
commit | 6b0e528368415476bfc3a8414c9c70f9852b1517 (patch) | |
tree | f7394b8e9044469b04272dbd2ba4b8fcb4b73f22 /src/version.c | |
parent | ebacddbc16b2d76bf5dad636d7ee5c529f0e8753 (diff) | |
download | vim-git-8.2.0898.tar.gz |
patch 8.2.0898: missing help for a function goes unnoticedv8.2.0898
Problem: Missing help for a function goes unnoticed.
Solution: Add a test. (Gary Johnson)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 4262aab28..ce8bbf14f 100644 --- a/src/version.c +++ b/src/version.c @@ -747,6 +747,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 898, +/**/ 897, /**/ 896, |