]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0685: get_buf_tv() is named inconsistently v8.1.0685
authorBram Moolenaar <Bram@vim.org>
Thu, 3 Jan 2019 21:19:27 +0000 (22:19 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 3 Jan 2019 21:19:27 +0000 (22:19 +0100)
commitf2d79fa92d0ed90732f52dd88da4ad66c2c5ce13
treefbddf38e0c77ff8f5c45559dad3b05f942644967
parent4b7214ea7834c72188f4a7b0b76b49b81fef7d27
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)
src/evalfunc.c
src/proto/evalfunc.pro
src/terminal.c
src/textprop.c
src/version.c