mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +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