mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-14 05:43:04 +00:00
parent
a5fb9369e7
commit
a9119039ee
2
avy.el
2
avy.el
@ -1063,6 +1063,8 @@ The window scope is determined by `avy-all-windows' (ARG negates it)."
|
|||||||
((and avy-word-punc-regexp
|
((and avy-word-punc-regexp
|
||||||
(string-match avy-word-punc-regexp str))
|
(string-match avy-word-punc-regexp str))
|
||||||
(regexp-quote str))
|
(regexp-quote str))
|
||||||
|
((<= char 26)
|
||||||
|
str)
|
||||||
(t
|
(t
|
||||||
(concat
|
(concat
|
||||||
(if symbol "\\_<" "\\b")
|
(if symbol "\\_<" "\\b")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user