diff options
author | Skyler Hawthorne | 2021-12-21 09:17:33 +0000 |
---|---|---|
committer | GitHub | 2021-12-21 09:17:33 +0000 |
commit | 5b4540fc2d8201f4bfe336cc10c1096059217225 (patch) | |
tree | a0ad9778df4343b6d80e3ee4def95e25203fc8ab /helix-lsp | |
parent | 1c082cb4efa520608a581359365ac80c283362ab (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-lsp')
0 files changed, 0 insertions, 0 deletions