vim-patch:8.1.0039: cannot easily delete lines in another buffer

Problem:    Cannot easily delete lines in another buffer.
Solution:   Add deletebufline().
d79a26219d
This commit is contained in:
Andrej Zieger
2019-05-21 21:50:59 +02:00
parent 8df9213d1b
commit 237cecd81b
3 changed files with 115 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ return {
cursor={args={1, 3}},
deepcopy={args={1, 2}},
delete={args={1,2}},
deletebufline={args={2,3}},
dictwatcheradd={args=3},
dictwatcherdel={args=3},
did_filetype={},