From a8f71676a199b6ffccedf7388d4104431144b158 Mon Sep 17 00:00:00 2001 From: Thomas Vigouroux Date: Fri, 11 Sep 2020 14:48:10 +0200 Subject: fix(bufupdates): avoid sending empty updates --- test/functional/lua/buffer_updates_spec.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'test/functional/lua') diff --git a/test/functional/lua/buffer_updates_spec.lua b/test/functional/lua/buffer_updates_spec.lua index cbf1b2708e..5be47070a7 100644 --- a/test/functional/lua/buffer_updates_spec.lua +++ b/test/functional/lua/buffer_updates_spec.lua @@ -338,7 +338,6 @@ describe('lua: nvim_buf_attach on_bytes', function() } feed '' 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) -- cgit