You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-term/src
Skyler Hawthorne 00c75e6808 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.
3 weeks ago
..
commands Merge pull request #11486 from helix-editor/lsp-location-refactor 2 months ago
handlers only show inline diagnostics after a delay 4 months ago
keymap feat(command): select_all_children 8 months ago
ui refactor(lsp): handle out-of-range `active_signature` (#11825) 2 months ago
application.rs Handle window/showMessage and display it bellow status line (#5535) 2 months ago
args.rs Fallback to filename for +arg (#9333) 11 months ago
commands.rs Delete pairs with multi-char-range selections 3 weeks ago
compositor.rs add redraw command (#6949) 1 year ago
config.rs feat: smart_tab 1 year ago
events.rs only show inline diagnostics after a delay 4 months ago
handlers.rs only show inline diagnostics after a delay 4 months ago
health.rs Add glob file type support (#8006) 10 months ago
job.rs Add hook/event system 10 months ago
keymap.rs Disallow macro keybindings within command sequences 4 months ago
lib.rs Ignore .svn version control files (#10536) 7 months ago
main.rs chore: clean up clippy lints (#11377) 4 months ago