You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-term
Rolo b58fe565d4 feat(commands): unescape `yank-join` separator
This commit enhances the `yank-join` command by incorporating the
`unescape` function to process the separator provided by the user. This
improvement ensures that any escape sequences in the separator are correctly
interpreted, aligning with user expectations.

Previously, the `yank-join` command joined the current selection with the
separator as-is. With this update, escape sequences in the separator such as:
- `\\n` for newlines
- `\\t` for tabs
- `\\u{...}` for Unicode characters

are unescaped to their corresponding literal characters before joining the
selection.
5 months ago
..
src feat(commands): unescape `yank-join` separator 5 months ago
tests Remove special handling of line ending characters in selection replacement (#10786) 6 months ago
.gitignore Initial import. 5 years ago
Cargo.toml build(deps): bump the rust-dependencies group with 4 updates (#11032) 5 months ago
build.rs Add icon to Windows executable (#9104) 10 months ago