]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0019: cannot number of lines of another buffer v8.2.0019
authorBram Moolenaar <Bram@vim.org>
Tue, 17 Dec 2019 21:40:15 +0000 (22:40 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 17 Dec 2019 21:40:15 +0000 (22:40 +0100)
commita9e9679de3ef082ee29868ab404283dfc53258f2
treedbbddc9c73cbc409668aecc7fea3e123fb4fa46f
parent91b65e49440e77222a65b6f868507453239f409b
patch 8.2.0019: cannot number of lines of another buffer

Problem:    Cannot number of lines of another buffer.
Solution:   Add "linecount" to getbufinfo(). (Yasuhiro Matsumoto,
            closes #5370)
runtime/doc/eval.txt
src/evalbuffer.c
src/testdir/test_bufwintabinfo.vim
src/version.c