mirror of
https://github.com/vim/vim.git
synced 2025-12-10 18:46:57 -05:00
runtime(doc): fix typo in "appendbufline()", builtin.txt
closes: #18824 Signed-off-by: Mao-Yining <101858210+mao-yining@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
bc1a82245c
commit
7f60105cba
@ -908,7 +908,7 @@ appendbufline({buf}, {lnum}, {text}) *appendbufline()*
|
||||
for an invalid {lnum}, since {lnum} isn't actually used.
|
||||
|
||||
Can also be used as a |method| after a List, the base is
|
||||
passed as the second argument: >
|
||||
passed as the third argument: >
|
||||
mylist->appendbufline(buf, lnum)
|
||||
<
|
||||
Return type: |Number|
|
||||
|
||||
Reference in New Issue
Block a user