commit | 7a4ea1df2f85e00286c49db1145e3a38b35557f4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 04 21:35:12 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 04 21:35:12 2019 +0200 |
tree | 2043505156033764c94c26016e770863e619c865 | |
parent | 5d458a7b3d1819d51bff6f3682b81bf943c7e9d0 [diff] [blame] |
patch 8.1.1815: duplicating info for internal functions Problem: Duplicating info for internal functions. Solution: Use one table to list internal functions.
diff --git a/src/version.c b/src/version.c index b8479b1..43e692a 100644 --- a/src/version.c +++ b/src/version.c
@@ -774,6 +774,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1815, +/**/ 1814, /**/ 1813,