commit | f2d79fa92d0ed90732f52dd88da4ad66c2c5ce13 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 03 22:19:27 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 03 22:19:27 2019 +0100 |
tree | fbddf38e0c77ff8f5c45559dad3b05f942644967 | |
parent | 4b7214ea7834c72188f4a7b0b76b49b81fef7d27 [diff] [blame] |
patch 8.1.0685: get_buf_tv() is named inconsistently Problem: get_buf_tv() is named inconsistently. Solution: Rename it to tv_get_buf(). (Yegappan Lakshmanan, closes #3759)
diff --git a/src/version.c b/src/version.c index 0493ec4..b9fe301 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 685, +/**/ 684, /**/ 683,