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
Armando Perez 947badf3d5 Adds two new typeable commands: `show-selection-diff-popup` and `yank-selection-diff`
These are similar to the `reset-diff-change` command, except that rather
wthan apply the diff base, the unsaved buffer changes (in `diff` syntax)
are shown in a popup (with `show-selection-diff-popup`) or yanked to a
register (using `yank-selection-diff`).

This uses the new `hunks_intersecting_line_ranges` method from #10178,
so probably that PR should be merged first before considering merging
this one.
6 months ago
..
src Adds two new typeable commands: `show-selection-diff-popup` and `yank-selection-diff` 6 months ago
tests fix match bracket matching (#10777) 7 months ago
.gitignore Initial import. 5 years ago
Cargo.toml build(deps): bump the rust-dependencies group across 1 directory with 11 updates (#10715) 7 months ago
build.rs Add icon to Windows executable (#9104) 10 months ago