mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 05:23:05 +00:00

Before this commit, avy-goto-char with char ^ would inf-loop because the resulting string "^" is treated as a regular expressions. However, with the avy-goto-char* function, the char should be treated literally. For example, in Clojure ^:foo is treated as metadata annotation and thus ^ is a likely jump target.
Description
Jump to things in Emacs tree-style
Languages
Emacs Lisp
99.6%
Makefile
0.4%