mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-14 01:48:00 +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, {})
|
||||
end
|
||||
end
|
||||
update_result_count()
|
||||
end,
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user