Pantos

Results 3 issues of Pantos

This PR picks up the stale PR #4204. Big thanks to @mitsuhiko for his PR. Seeing the old changes made it really easy to jump right into the code :sunglasses:...

A-command

Heyhey, I came across said function - `helix_core::line_ending::line_end_char_index()`. Its documentation states: ``` Returns the char index of the end of the given line, not including its line ending. ``` But...

Steps to reproduce: * I have a workspace with some crates in subdirectory `./crates/` * I run `CARGO_TARGET_DIR=target_foo cargo bench` * Compiled stuff ends up in `./target_foo/`, like expected *...