mirror of
https://github.com/abo-abo/avy.git
synced 2026-02-04 06:42:26 +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-excursion
|
||||||
(save-restriction
|
(save-restriction
|
||||||
(narrow-to-region ws (or end (window-end (selected-window) t)))
|
(narrow-to-region ws (or end (window-end (selected-window) t)))
|
||||||
(goto-char (point-min))
|
(goto-char (point-min))
|
||||||
(while (< (point) (point-max))
|
(while (< (point) (point-max))
|
||||||
(when (member (get-char-property
|
(when (member (get-char-property
|
||||||
(max (1- (point)) ws) 'invisible) '(nil org-link))
|
(max (1- (point)) ws) 'invisible) '(nil org-link))
|
||||||
(push (cons
|
(push (cons
|
||||||
|
|||||||
Reference in New Issue
Block a user