Show number of matches so far in prompt

Fixes #253
master
Jiangbin Zhao 8 years ago committed by Oleh Krehel
parent c2e2a4a3f2
commit df4c4ac488
  1. 3
      avy.el

@ -1906,7 +1906,8 @@ Otherwise, the whole regex is highlighted."
(progn
(while (and (not break)
(setq char
(read-char (format "char%s: "
(read-char (format "%d char%s: "
(length overlays)
(if (string= str "")
str
(format " (%s)" str)))

Loading…
Cancel
Save