mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 05:23:05 +00:00
parent
5f2eba5f59
commit
87394c9a88
3
avy.el
3
avy.el
@ -1351,11 +1351,12 @@ When ARG is non-nil, do the opposite of `avy-all-windows'."
|
|||||||
(avy-with avy-isearch
|
(avy-with avy-isearch
|
||||||
(let ((avy-background nil)
|
(let ((avy-background nil)
|
||||||
(avy-case-fold-search case-fold-search))
|
(avy-case-fold-search case-fold-search))
|
||||||
|
(prog1
|
||||||
(avy-process
|
(avy-process
|
||||||
(avy--regex-candidates (if isearch-regexp
|
(avy--regex-candidates (if isearch-regexp
|
||||||
isearch-string
|
isearch-string
|
||||||
(regexp-quote isearch-string))))
|
(regexp-quote isearch-string))))
|
||||||
(isearch-done))))
|
(isearch-done)))))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun avy-goto-word-0 (arg &optional beg end)
|
(defun avy-goto-word-0 (arg &optional beg end)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user