mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 01:50:05 +08:00
fix(guide): fix prompt of flygrep
execute() silent by default, the prompt can not be displayed
This commit is contained in:
parent
bf632b90da
commit
eff98275d0
@ -636,7 +636,7 @@ local function handle_input(input)
|
|||||||
|
|
||||||
--- redraw!
|
--- redraw!
|
||||||
|
|
||||||
local ok, _ = pcall(vim.fn.execute, input[1])
|
local ok, _ = pcall(vim.fn.execute, input[1], '')
|
||||||
if not ok then
|
if not ok then
|
||||||
print(vim.v.exception)
|
print(vim.v.exception)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user