mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 13:33:03 +00:00
parent
78d20e0b02
commit
1350ab318e
2
avy.el
2
avy.el
@ -692,7 +692,7 @@ The window scope is determined by `avy-all-windows' (ARG negates it)."
|
|||||||
(save-restriction
|
(save-restriction
|
||||||
(narrow-to-region (line-beginning-position)
|
(narrow-to-region (line-beginning-position)
|
||||||
(line-end-position))
|
(line-end-position))
|
||||||
(avy--regex-candidates (string char)))
|
(avy--regex-candidates (regexp-quote (string char))))
|
||||||
(avy--style-fn avy-style))))))
|
(avy--style-fn avy-style))))))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
Loading…
x
Reference in New Issue
Block a user