comparison runtime/doc/eval.txt @ 18916:cf051bdefb3f v8.2.0019

patch 8.2.0019: cannot number of lines of another buffer Commit: https://github.com/vim/vim/commit/a9e9679de3ef082ee29868ab404283dfc53258f2 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 17 22:40:15 2019 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Tue, 17 Dec 2019 22:45:03 +0100
parents ccd16426a1f9
children 180a1c5175f6
comparison
equal deleted inserted replaced
18915:0a2d1ed58482 18916:cf051bdefb3f
4794 |localtime()|, when the buffer was 4794 |localtime()|, when the buffer was
4795 last used. 4795 last used.
4796 {only with the |+viminfo| feature} 4796 {only with the |+viminfo| feature}
4797 listed TRUE if the buffer is listed. 4797 listed TRUE if the buffer is listed.
4798 lnum current line number in buffer. 4798 lnum current line number in buffer.
4799 linecount number of lines in the buffer (only
4800 valid when loaded)
4799 loaded TRUE if the buffer is loaded. 4801 loaded TRUE if the buffer is loaded.
4800 name full path to the file in the buffer. 4802 name full path to the file in the buffer.
4801 signs list of signs placed in the buffer. 4803 signs list of signs placed in the buffer.
4802 Each list item is a dictionary with 4804 Each list item is a dictionary with
4803 the following fields: 4805 the following fields: