1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:00:04 +08:00

fix(flygrep): skip callback when close buffer

This commit is contained in:
wsdjeg 2023-06-19 15:36:48 +08:00
parent 5a068d1f79
commit 23758a3383

View File

@ -317,6 +317,7 @@ end
local function close_buffer()
if grepid > 0 then
grepid = 0
jobstop(grepid)
end
timer_stop(grep_timer_id)