mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
Fix byte updates for blockwise paste at buffer end
This commit is contained in:
@@ -486,8 +486,8 @@ describe('lua: nvim_buf_attach on_bytes', function()
|
||||
feed('p')
|
||||
check_events {
|
||||
{ "test1", "bytes", 1, 3, 2, 1, 5, 0, 0, 0, 0, 1, 1 };
|
||||
{ "test1", "bytes", 1, 3, 3, 0, 7, 0, 0, 0, 0, 2, 2 };
|
||||
{ "test1", "bytes", 1, 3, 4, 0, 10, 0, 0, 0, 0, 2, 2 };
|
||||
{ "test1", "bytes", 1, 3, 3, 0, 7, 0, 0, 0, 0, 3, 3 };
|
||||
{ "test1", "bytes", 1, 3, 4, 0, 10, 0, 0, 0, 0, 3, 3 };
|
||||
}
|
||||
|
||||
feed('2G0')
|
||||
|
Reference in New Issue
Block a user