@@ -863,6 +863,7 @@ The window scope is determined by `avy-all-windows' (ARG negates it)."
(let((line(read-from-minibuffer
"Goto line: "(stringchar))))
(whenline
(push-mark)
(goto-char(point-min))
(forward-line(1-(string-to-numberline)))
(throw'done'exit)))))))
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.