1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 15:19:12 +08:00

fix(flygrep): clear cmdline after closing flygrep

This commit is contained in:
wsdjeg 2022-10-10 19:26:42 +08:00
parent 9c444599c0
commit 36085f623e

View File

@ -308,6 +308,7 @@ local function close_buffer()
preview_able = false
end
close_flygrep_win()
vim.cmd('noautocmd normal :')
end
mpt._onclose = close_buffer