mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-14 13:53:04 +00:00
avy.el (avy--regex-candidates): Modify case-fold-search condition
Fixes #126
This commit is contained in:
parent
bae6fb15d0
commit
808bb8011a
2
avy.el
2
avy.el
@ -595,7 +595,7 @@ 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."
|
When GROUP is non-nil, (BEG . END) should delimit that regex group."
|
||||||
(setq group (or group 0))
|
(setq group (or group 0))
|
||||||
(let ((case-fold-search (or avy-case-fold-search
|
(let ((case-fold-search (or avy-case-fold-search
|
||||||
(not (string= regex (upcase regex)))))
|
(string= regex (downcase regex))))
|
||||||
candidates)
|
candidates)
|
||||||
(avy-dowindows current-prefix-arg
|
(avy-dowindows current-prefix-arg
|
||||||
(dolist (pair (avy--find-visible-regions
|
(dolist (pair (avy--find-visible-regions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user