Is your feature request related to a problem? Please describe.
print("lalala")
^ cursor here
-- lots of code here
function A()
print("42")
end
"select @function.inner" jumps a large distance to function A, but this is not reflected in the jumplist so the user can't come back with <c-o>