From d15336cb4a882222505ae8934c4758b2480e78c8 Mon Sep 17 00:00:00 2001 From: alemi Date: Sun, 27 Oct 2024 19:52:57 +0100 Subject: [PATCH] chore: leftover from async send --- lua/codemp/buffers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/codemp/buffers.lua b/lua/codemp/buffers.lua index 5472059..5c08c10 100644 --- a/lua/codemp/buffers.lua +++ b/lua/codemp/buffers.lua @@ -176,7 +176,7 @@ local function attach(name, opts) local remote_content = controller:content():await() if opts.content ~= nil then -- TODO this may happen too soon!! - local _ = controller:send({ + controller:send({ start_idx = 0, end_idx = #remote_content, content = opts.content }) else