ACJAMKBT4W65O2U5PFWO6XCGF7ULSKVPTIC4PXPIZGHHJGETU3MAC
add_error(('%s is non-unique; giving up'):format(from))
return
if #Cache[pane.id].links[from] <= 0 then
add_error(('no %s links'):format(from))
return
end
if #Cache[pane.id].links[from] > 1 then
add_error(('multiple %s links; not sure which one you mean'):format(from))
return
end
target = Cache[pane.id].links[from][1]
else
target = Cache[pane.id].links[from]