You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 14, 2024. It is now read-only.
kak-tree-sitter v0.5.3
- Fix freezing / crashing Kakoune instances by allowing to recover, as well as
optimizing testing whether sessions exist. (5cbba41, c525dff, 61b8b50, #222)
- Dependencies bumps.
- Fix a typo in `kak-tree-sitter-req-stop`. (660c162)
kak-tree-sitter v0.5.1
- Some internal fix with how newlines are handled. This fix is not complete though, so expect
weird behavior sometimes. Will be fixed in an upcoming patch. (7db85a4)
- Fix unicode graphemes in the byte -> (col, line) mapper. (46d6f1c)