mirror of
https://github.com/abo-abo/avy.git
synced 2026-02-03 22:32:25 +00:00
4
avy.el
4
avy.el
@@ -1543,8 +1543,8 @@ When BOTTOM-UP is non-nil, display avy candidates from top to bottom"
|
||||
(save-excursion
|
||||
(save-restriction
|
||||
(narrow-to-region ws (or end (window-end (selected-window) t)))
|
||||
(goto-char (point-min))
|
||||
(while (< (point) (point-max))
|
||||
(goto-char (point-min))
|
||||
(while (< (point) (point-max))
|
||||
(when (member (get-char-property
|
||||
(max (1- (point)) ws) 'invisible) '(nil org-link))
|
||||
(push (cons
|
||||
|
||||
Reference in New Issue
Block a user