diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-12-17 22:40:15 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-12-17 22:40:15 +0100 |
commit | a9e9679de3ef082ee29868ab404283dfc53258f2 (patch) | |
tree | dbbddc9c73cbc409668aecc7fea3e123fb4fa46f /runtime/doc | |
parent | 91b65e49440e77222a65b6f868507453239f409b (diff) | |
download | vim-git-a9e9679de3ef082ee29868ab404283dfc53258f2.tar.gz |
patch 8.2.0019: cannot number of lines of another bufferv8.2.0019
Problem: Cannot number of lines of another buffer.
Solution: Add "linecount" to getbufinfo(). (Yasuhiro Matsumoto,
closes #5370)
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/eval.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index eeb19e940..070582d35 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -4796,6 +4796,8 @@ getbufinfo([{dict}]) {only with the |+viminfo| feature} listed TRUE if the buffer is listed. lnum current line number in buffer. + linecount number of lines in the buffer (only + valid when loaded) loaded TRUE if the buffer is loaded. name full path to the file in the buffer. signs list of signs placed in the buffer. |