mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 13:33:03 +00:00
With 'at-full style, use full len to check for overlap
avy.el (avy--overlay-at-full): Update.
This commit is contained in:
parent
b602a560be
commit
7433f309a7
3
avy.el
3
avy.el
@ -424,7 +424,8 @@ LEAF is normally ((BEG . END) . WND)."
|
||||
(goto-char beg)
|
||||
(when (cl-some (lambda (o)
|
||||
(eq (overlay-get o 'category) 'avy))
|
||||
(overlays-at (1+ (point))))
|
||||
(overlays-in (point) (min (+ (point) len)
|
||||
(line-end-position))))
|
||||
(setq str (substring str 0 1))
|
||||
(setq len 1))
|
||||
(let* ((end (if (= beg (line-end-position))
|
||||
|
Loading…
x
Reference in New Issue
Block a user