mirror of https://github.com/helix-editor/helix
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. |
||
---|---|---|
.. | ||
test | ||
integration.rs |