]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0143: line number of current buffer in getbufinfo() is wrong v8.0.0143
authorBram Moolenaar <Bram@vim.org>
Fri, 6 Jan 2017 13:04:54 +0000 (14:04 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 6 Jan 2017 13:04:54 +0000 (14:04 +0100)
commitf845b87f2b3a45cbee160e28d7a3f50e54054809
treef05dd0cf1321ca0da4e890ea3d0a41dae08e2555
parent0cdb72aa38c4a0140c94d56bf8bc17cb30260ebf
patch 8.0.0143: line number of current buffer in getbufinfo() is wrong

Problem:    Line number of current buffer in getbufinfo() is wrong.
Solution:   For the current buffer use the current line number. (Ken Takata)
src/evalfunc.c
src/version.c