mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 13:33:03 +00:00
Fix avy-goto-subword-0
avy-goto-subword-0's regexp requires that case-fold-search is nil, so let-bind it.
This commit is contained in:
parent
1d184b0e2a
commit
33546b65c4
@ -277,6 +277,7 @@ When ARG is non-nil, flip the window scope."
|
||||
(not avy-all-windows)
|
||||
avy-all-windows))
|
||||
(avy-keys (number-sequence ?a ?z))
|
||||
(case-fold-search nil)
|
||||
(candidates (avy--regex-candidates
|
||||
"\\(\\b\\sw\\)\\|\\(?:[^A-Z]\\([A-Z]\\)\\)")))
|
||||
(dolist (x candidates)
|
||||
|
Loading…
x
Reference in New Issue
Block a user