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)
committerYuan Fu <casouri@gmail.com>
Mon, 9 Sep 2024 03:52:20 +0000 (20:52 -0700)
commitbf23382f1f2d6ea072db4e4750f8a345f77a3ef2
tree0da09e00bdff5eb9b528d42be844dc2a3d2ba601
parent3435464452b4947098b8ccbe93e5c0afdd2ed06e
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.
src/treesit.c