mirror of
https://github.com/neovim/neovim
synced 2025-07-16 17:21:49 +00:00
@ -64,6 +64,7 @@ local function system(cmd_, silent, env)
|
|||||||
local cmd_str = table.concat(cmd, ' ')
|
local cmd_str = table.concat(cmd, ' ')
|
||||||
man_error(string.format('command error: %s', cmd_str))
|
man_error(string.format('command error: %s', cmd_str))
|
||||||
end
|
end
|
||||||
|
return ''
|
||||||
end
|
end
|
||||||
|
|
||||||
vim.wait(30000, function()
|
vim.wait(30000, function()
|
||||||
|
Reference in New Issue
Block a user