1
0
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:
Eric Wong 2025-02-03 12:50:26 +08:00
parent d3939573cc
commit 6dbf4eacd4
No known key found for this signature in database
GPG Key ID: 41BB7053E835C848

View File

@ -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,
}) })