summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-06-04 15:52:25 +0200
committerBram Moolenaar <Bram@vim.org>2020-06-04 15:52:25 +0200
commit6b0e528368415476bfc3a8414c9c70f9852b1517 (patch)
treef7394b8e9044469b04272dbd2ba4b8fcb4b73f22 /src/version.c
parentebacddbc16b2d76bf5dad636d7ee5c529f0e8753 (diff)
downloadvim-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.c2
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,