mirror of
https://github.com/abo-abo/avy.git
synced 2026-02-04 06:42:26 +00:00
2
avy.el
2
avy.el
@@ -1063,6 +1063,8 @@ The window scope is determined by `avy-all-windows' (ARG negates it)."
|
|||||||
(regex (cond ((string= str ".")
|
(regex (cond ((string= str ".")
|
||||||
"\\.")
|
"\\.")
|
||||||
((and avy-word-punc-regexp
|
((and avy-word-punc-regexp
|
||||||
|
(string-match avy-word-punc-regexp str))
|
||||||
|
(regexp-quote str))
|
||||||
((<= char 26)
|
((<= char 26)
|
||||||
str)
|
str)
|
||||||
(t
|
(t
|
||||||
|
|||||||
Reference in New Issue
Block a user