mirror of
https://github.com/abo-abo/avy.git
synced 2026-02-04 06:42:26 +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:
@@ -277,6 +277,7 @@ When ARG is non-nil, flip the window scope."
|
|||||||
(not avy-all-windows)
|
(not avy-all-windows)
|
||||||
avy-all-windows))
|
avy-all-windows))
|
||||||
(avy-keys (number-sequence ?a ?z))
|
(avy-keys (number-sequence ?a ?z))
|
||||||
|
(case-fold-search nil)
|
||||||
(candidates (avy--regex-candidates
|
(candidates (avy--regex-candidates
|
||||||
"\\(\\b\\sw\\)\\|\\(?:[^A-Z]\\([A-Z]\\)\\)")))
|
"\\(\\b\\sw\\)\\|\\(?:[^A-Z]\\([A-Z]\\)\\)")))
|
||||||
(dolist (x candidates)
|
(dolist (x candidates)
|
||||||
|
|||||||
Reference in New Issue
Block a user