diff options
author | Thomas Vigouroux <tomvig38@gmail.com> | 2020-09-11 14:48:10 +0200 |
---|---|---|
committer | Thomas Vigouroux <tomvig38@gmail.com> | 2020-09-11 14:48:10 +0200 |
commit | a8f71676a199b6ffccedf7388d4104431144b158 (patch) | |
tree | 12cf3bce9946a330af77c8b3eeedbae3a99770c5 /test/functional/lua/buffer_updates_spec.lua | |
parent | f0e258cf8569b07153ed6beb1d31455e4de142f4 (diff) | |
download | rneovim-a8f71676a199b6ffccedf7388d4104431144b158.tar.gz rneovim-a8f71676a199b6ffccedf7388d4104431144b158.tar.bz2 rneovim-a8f71676a199b6ffccedf7388d4104431144b158.zip |
fix(bufupdates): avoid sending empty updates
Diffstat (limited to 'test/functional/lua/buffer_updates_spec.lua')
-rw-r--r-- | test/functional/lua/buffer_updates_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
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 '<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) |