aboutsummaryrefslogtreecommitdiff
path: root/helix-view
diff options
context:
space:
mode:
authorSkyler Hawthorne2021-12-21 09:17:33 +0000
committerGitHub2021-12-21 09:17:33 +0000
commit5b4540fc2d8201f4bfe336cc10c1096059217225 (patch)
treea0ad9778df4343b6d80e3ee4def95e25203fc8ab /helix-view
parent1c082cb4efa520608a581359365ac80c283362ab (diff)
Auto pairs selection (#1254)
* use auto pairs with selections Previously, the auto pairs code was converting the user selection into its cursor form, and setting the transaction's selection to that cursor. This has the effect of destroying the user's selection if they type a pair character that gets auto completed. This fixes the code to work with the user's selection, inserting auto pairs where appropriate, but either keeping or extending the user's selection. * use movement::Direction instead of bool * assume 0-width cursor is forward
Diffstat (limited to 'helix-view')
0 files changed, 0 insertions, 0 deletions