mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 12:45:17 -07:00
parent
03a021f378
commit
c8d1d8b254
@ -64,6 +64,7 @@ local function system(cmd_, silent, env)
|
||||
local cmd_str = table.concat(cmd, ' ')
|
||||
man_error(string.format('command error: %s', cmd_str))
|
||||
end
|
||||
return ''
|
||||
end
|
||||
|
||||
vim.wait(30000, function()
|
||||
|
Loading…
Reference in New Issue
Block a user