]> git.eshelyaron.com Git - emacs.git/commit
Replace treesit--things-around with new functions (bug#66989)
authorYuan Fu <casouri@gmail.com>
Fri, 10 Nov 2023 05:09:48 +0000 (21:09 -0800)
committerYuan Fu <casouri@gmail.com>
Fri, 10 Nov 2023 05:17:20 +0000 (21:17 -0800)
commite147128f46018199b18c4b4d7919f7f616edb25c
treec24cbc5ee121179e3ccc23a8934dc989fbf08a18
parent3ad06ed4f0e6a69ed31ffa7e6aba26b0594763be
Replace treesit--things-around with new functions (bug#66989)

* lisp/treesit.el (treesit-forward-sexp):
Replace things-around with thing-at.
(treesit--navigate-thing): Replace things-around with
thing-prev/next/at.  Also this should fix the problem described in
bug#66989.
(treesit-thing-at-point): Replace things-around with thing-at.
lisp/treesit.el