mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 13:33:03 +00:00
parent
808bb8011a
commit
dd80749441
4
avy.el
4
avy.el
@ -1235,7 +1235,9 @@ 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)
|
||||||
(let (found)
|
(let ((case-fold-search
|
||||||
|
(or avy-case-fold-search (string= str (downcase str))))
|
||||||
|
found)
|
||||||
(avy-dowindows current-prefix-arg
|
(avy-dowindows current-prefix-arg
|
||||||
(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