commit | d155d7a8519987361169459b8d464ae1caef5e9c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 21 16:04:21 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 21 16:04:21 2018 +0100 |
tree | 26d437fd67b33ca1b57aca568d4da40151bc9a81 | |
parent | 162b71479bd4dcdb3a2ef9198a1444f6f99e6843 [diff] [blame] |
patch 8.1.0615: get_tv function names are not consistent Problem: Get_tv function names are not consistent. Solution: Rename to tv_get.
diff --git a/src/version.c b/src/version.c index d59c9a2..daeabf5 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 615, +/**/ 614, /**/ 613,