diff options
author | Christian Clason <c.clason@uni-graz.at> | 2021-11-27 19:39:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-27 19:39:42 +0100 |
commit | 03d250eb4504d5168a754d0f3b7e9992337d60b4 (patch) | |
tree | d604a8d9b7011b89ab54308691f94396a07e6c85 /runtime/doc | |
parent | b51b0aecc969040641da29dbd7cf28e419972f15 (diff) | |
download | rneovim-03d250eb4504d5168a754d0f3b7e9992337d60b4.tar.gz rneovim-03d250eb4504d5168a754d0f3b7e9992337d60b4.tar.bz2 rneovim-03d250eb4504d5168a754d0f3b7e9992337d60b4.zip |
vim-patch:6304be625ce4 (#16450)
Update runtime files.
https://github.com/vim/vim/commit/6304be625ce44dcfedc6735164d0b853578581c8
skip doc/sign.txt (needs 8.2.3664)
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/eval.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index dfa99beee7..46f4faefea 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -8552,6 +8552,7 @@ setbufline({buf}, {lnum}, {text}) *setbufline()* For the use of {buf}, see |bufname()| above. {lnum} is used like with |setline()|. + Use "$" to refer to the last line in buffer {buf}. When {lnum} is just below the last line the {text} will be added below the last line. On success 0 is returned, on failure 1 is returned. |