mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 05:23:05 +00:00
parent
30067ddc09
commit
1e578a147a
3
avy.el
3
avy.el
@ -549,7 +549,8 @@ Each element of the list is ((BEG . END) . WND)
|
||||
When PRED is non-nil, it's a filter for matching point positions.
|
||||
When GROUP is non-nil, (BEG . END) should delimit that regex group."
|
||||
(setq group (or group 0))
|
||||
(let ((case-fold-search avy-case-fold-search)
|
||||
(let ((case-fold-search (or avy-case-fold-search
|
||||
(not (string= regex (upcase regex)))))
|
||||
candidates)
|
||||
(avy-dowindows nil
|
||||
(let ((we (or end (window-end (selected-window) t))))
|
||||
|
Loading…
x
Reference in New Issue
Block a user