v4.43.0
What's Changed
- fix for issue #437 by @russtoku in #464
- Clean up some code used to support nvim < 0.7 (no longer supported)
- Add hooks system so users can have more control of internal details #449 #453
- Update Aniseed (Fennel 1.3.0)
- Fix various Python eval issues around escaping newlines and quotes by Base64-ing code as it heads to the REPL and un-Base64-ing it on the other side as it's evaluated. It is scarily effective and I wish I'd done it sooner...
- Fixed eval word with tree sitter so it actually uses the whole symbol again. A tree sitter grammar update broke it a while ago.
New Contributors
Full Changelog: v4.42.0...v4.43.0