helix/helix-term
Skyler Hawthorne 62b2af7e85 Delete pairs with multi-char-range selections
This completes auto pair deletions. Currently, auto pairs only get
deleted when the range is a single grapheme wide, since otherwise,
the selection would get computed incorrectly through the normal change
mapping process. Now auto pairs get deleted even with larger ranges, and
the resulting selection is correct.
2025-05-26 19:22:50 -04:00
..
src Delete pairs with multi-char-range selections 2025-05-26 19:22:50 -04:00
tests Delete pairs with multi-char-range selections 2025-05-26 19:22:50 -04:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
Cargo.toml build(deps): bump libc in the rust-dependencies group (#13389) 2025-04-22 15:10:48 +09:00
build.rs chore: clean up clippy lints (#11377) 2024-08-01 06:39:46 +09:00