commit | ebacddbc16b2d76bf5dad636d7ee5c529f0e8753 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 04 15:22:21 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 04 15:22:21 2020 +0200 |
tree | e2dca3ff0a356c5fde0d7375af077a31f7eb1e8d | |
parent | 14681627f39421cce289345d4ec9927c10fa3b1c [diff] |
patch 8.2.0897: list of functions in patched version is outdated Problem: List of functions in patched version is outdated. Solution: Update the function lists only.
diff --git a/src/version.c b/src/version.c index 0f01712..4262aab 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 897, +/**/ 896, /**/ 895,