mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-14 04:57:59 +08:00
perf(flygrep): update result count after ctrl-w
This commit is contained in:
parent
d3939573cc
commit
6dbf4eacd4
@ -357,6 +357,7 @@ local function open_win()
|
|||||||
vim.api.nvim_buf_set_lines(preview_bufid, 0, -1, false, {})
|
vim.api.nvim_buf_set_lines(preview_bufid, 0, -1, false, {})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
update_result_count()
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user