mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
parent
03a021f378
commit
c8d1d8b254
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user