Files
avante.nvim/lua/avante
Nayab Sayed b62b6370fc fix: wrap nvim_del_autocmd in vim.schedule to avoid fast event context error (#2873)
nvim_del_autocmd was being called in a callback from acp_client, which is a
fast event context where it's not allowed. Wrapping it with vim.schedule()
defers the execution to a safe context.

Signed-off-by: Nayab Sayed <nayabbasha.sayed@microchip.com>
2025-12-21 18:35:19 +08:00
..
2025-05-06 19:32:55 +08:00
2025-10-11 16:41:45 -07:00
2024-11-23 21:49:33 +08:00
2025-09-11 18:39:00 +08:00