Skip to content

Commit 8bded0b

Browse files
committed
fix: remove the fast_events param of vim.wait
1 parent fb2efa3 commit 8bded0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/flatten/guest.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function M.maybe_block(block)
3030
vim.wait(math.huge, function()
3131
return waiting == false
3232
or vim.api.nvim_get_chan_info(host) == vim.empty_dict()
33-
end, nil, true)
33+
end)
3434
then
3535
vim.cmd.qa({ bang = true })
3636
else

0 commit comments

Comments
 (0)