mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
buffer updates: fix issues with "change" operator
This commit is contained in:
@@ -427,7 +427,7 @@ describe('lua: nvim_buf_attach on_bytes', function()
|
||||
|
||||
feed "cc"
|
||||
check_events {
|
||||
{ "test1", "bytes", 1, 4, 1, 0, 1, 0, 15, 15, 0, 0, 0 };
|
||||
{ "test1", "bytes", 1, 4, 0, 0, 0, 0, 15, 15, 0, 0, 0 };
|
||||
}
|
||||
|
||||
feed "<ESC>"
|
||||
@@ -436,7 +436,6 @@ describe('lua: nvim_buf_attach on_bytes', function()
|
||||
feed "c3j"
|
||||
check_events {
|
||||
{ "test1", "bytes", 1, 4, 1, 0, 1, 3, 0, 48, 0, 0, 0 };
|
||||
{ "test1", "bytes", 1, 5, 0, 0, 0, 4, 0, 0, 4, 0, 51 };
|
||||
}
|
||||
end)
|
||||
end
|
||||
|
Reference in New Issue
Block a user