mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 05:23:05 +00:00
parent
0a18a45959
commit
df181f1e77
4
avy.el
4
avy.el
@ -1131,9 +1131,7 @@ This function obeys `avy-all-windows' setting."
|
|||||||
(setq str (concat str (list char)))))
|
(setq str (concat str (list char)))))
|
||||||
;; Highlight
|
;; Highlight
|
||||||
(when (>= (length str) 1)
|
(when (>= (length str) 1)
|
||||||
(dolist (win (if avy-all-windows
|
(dolist (win (avy-window-list))
|
||||||
(window-list)
|
|
||||||
(list (selected-window))))
|
|
||||||
(with-selected-window win
|
(with-selected-window win
|
||||||
(dolist (pair (avy--find-visible-regions
|
(dolist (pair (avy--find-visible-regions
|
||||||
(window-start)
|
(window-start)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user