diff options
author | Yuriy Gabuev | 2022-11-01 14:48:43 +0000 |
---|---|---|
committer | GitHub | 2022-11-01 14:48:43 +0000 |
commit | c803ef8753bc828c9c68f40878d9467ead50dc0d (patch) | |
tree | 1bf3ff9bfa1c622217668ea9692d7342d413dbdd /runtime/queries/gomod/injections.scm | |
parent | 8ff92c749287fb3ac4a68661d0ee99cb56cc6295 (diff) |
Fix `delete_char_backward` for paired characters (#4558)
When backward-deleting a character, if this character and the following
character form a Pair, we want to delete both. However, there is a bug
that deletes both characters also if both characters are closers of some
Pair.
This commit fixes that by adding an additional check that the deleted
character should be an opener in a Pair.
Closes https://github.com/helix-editor/helix/issues/4544.
Diffstat (limited to 'runtime/queries/gomod/injections.scm')
0 files changed, 0 insertions, 0 deletions