fix(bufupdates): avoid sending empty updates

This commit is contained in:
Thomas Vigouroux
2020-09-11 14:48:10 +02:00
parent f0e258cf85
commit a8f71676a1
2 changed files with 2 additions and 2 deletions

View File

@@ -338,7 +338,6 @@ describe('lua: nvim_buf_attach on_bytes', function()
}
feed '<cr>'
check_events {
{ "test1", "bytes", 1, 4, 8, 0, 115, 0, 0, 0, 0, 0, 0 };
{ "test1", "bytes", 1, 5, 7, 0, 114, 0, 0, 0, 1, 0, 1 };
}
end)