mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 11:20:06 +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!
|
||||
|
||||
local ok, _ = pcall(vim.fn.execute, input[1])
|
||||
local ok, _ = pcall(vim.fn.execute, input[1], '')
|
||||
if not ok then
|
||||
print(vim.v.exception)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user