mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 21:33:05 +00:00
parent
7b0ba80620
commit
e5104ca416
2
avy.el
2
avy.el
@ -769,7 +769,7 @@ 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))
|
||||||
str)
|
(regexp-quote str))
|
||||||
(t
|
(t
|
||||||
(concat
|
(concat
|
||||||
"\\b"
|
"\\b"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user