commit | 07ad816525da67cab3c0db21d1286d221dbc7477 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 13 13:59:59 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 13 13:59:59 2018 +0100 |
tree | 85c9d2cd2a4185426aa04fa78fd4cdc94e1a7c5a | |
parent | 486797413791f6be12dcec6e5faf4f952e4647ae [diff] [blame] |
patch 8.0.1514: getting the list of changes is not easy Problem: Getting the list of changes is not easy. Solution: Add the getchangelist() function. (Yegappan Lakshmanan, closes #2634)
diff --git a/src/version.c b/src/version.c index e4f6f96..adedd85 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1514, +/**/ 1513, /**/ 1512,