vim-patch:8.1.0037: cannot easily append lines to another buffer

Problem:    Cannot easily append lines to another buffer.
Solution:   Add appendbufline().
ca851593a6
This commit is contained in:
Jan Edmund Lazo
2019-08-22 22:39:28 -04:00
parent c6eb1f42be
commit 9358979d09
5 changed files with 86 additions and 68 deletions

View File

@@ -20,6 +20,7 @@ return {
['and']={args=2},
api_info={},
append={args=2},
appendbufline={args=3},
argc={args={0, 1}},
argidx={},
arglistid={args={0, 2}},