mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 21:33:05 +00:00
parent
c2e2a4a3f2
commit
df4c4ac488
3
avy.el
3
avy.el
@ -1906,7 +1906,8 @@ Otherwise, the whole regex is highlighted."
|
|||||||
(progn
|
(progn
|
||||||
(while (and (not break)
|
(while (and (not break)
|
||||||
(setq char
|
(setq char
|
||||||
(read-char (format "char%s: "
|
(read-char (format "%d char%s: "
|
||||||
|
(length overlays)
|
||||||
(if (string= str "")
|
(if (string= str "")
|
||||||
str
|
str
|
||||||
(format " (%s)" str)))
|
(format " (%s)" str)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user