mirror of
https://github.com/hexedtech/codemp-nvim.git
synced 2024-11-22 15:34:53 +01:00
chore: leftover from async send
This commit is contained in:
parent
68cd197c07
commit
d15336cb4a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue