mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 21:33:05 +00:00
parent
a29558d22c
commit
cd8fb10759
3
avy.el
3
avy.el
@ -1917,6 +1917,9 @@ Otherwise, the whole regex is highlighted."
|
|||||||
(let ((l (length str)))
|
(let ((l (length str)))
|
||||||
(when (>= l 1)
|
(when (>= l 1)
|
||||||
(setq str (substring str 0 (1- l))))))
|
(setq str (substring str 0 (1- l))))))
|
||||||
|
;; Handle ESC
|
||||||
|
((= char 27)
|
||||||
|
(keyboard-quit))
|
||||||
(t
|
(t
|
||||||
(setq str (concat str (list char)))))
|
(setq str (concat str (list char)))))
|
||||||
;; Highlight
|
;; Highlight
|
||||||
|
Loading…
x
Reference in New Issue
Block a user