]> git.eshelyaron.com Git - emacs.git/commit
Read more on each call to treesit's buffer reader
authorYuan Fu <casouri@gmail.com>
Mon, 9 Sep 2024 00:46:18 +0000 (17:46 -0700)
committerEshel Yaron <me@eshelyaron.com>
Sat, 14 Sep 2024 20:16:24 +0000 (22:16 +0200)
commit3f9376b5812d717ca9d9bcf3c1276b69d4e888b8
tree1a307055b30acebe39d1819d322f51a0dbda4cda
parent5bcc8b4b93e29d4c7b6665568bf5504c8517d21b
Read more on each call to treesit's buffer reader

* src/treesit.c (treesit_read_buffer): Read until the gap or visible
end, instead of reading a single char.

(cherry picked from commit bf23382f1f2d6ea072db4e4750f8a345f77a3ef2)
src/treesit.c