mirror of
https://github.com/neovim/neovim.git
synced 2025-12-24 07:09:05 +00:00
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:
@@ -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={},
|
||||
|
||||
Reference in New Issue
Block a user