mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 05:23:05 +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)))))
|
||||
;; Highlight
|
||||
(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
|
||||
(dolist (pair (avy--find-visible-regions
|
||||
(window-start)
|
||||
|
Loading…
x
Reference in New Issue
Block a user