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
Michael Davis f240d896a4
Merge unnecessary/deprecated diagnostic highlights separately (#10084)
Previously unnecessary/deprecated diagnostic tags replaced the highlight
for the severity of a diagnostic. This could cause either the severity
or unnecessary/deprecated scopes to disappear when diagnostic ranges
overlapped though. Plus the severity highlight can be interesting in
addition to the unnecessary/deprecated highlight.

So this change separates the unnecessary and deprecated highlights from
the severity highlights, so each is merged separately and when they
overlap, the highlights are combined.
6 months ago
..
commands remove redundant imports (#10154) 6 months ago
handlers fix LSP ComplitionTriggerKind value for `TriggerKind::Auto` (#9660) 7 months ago
keymap Changed file picker (#5645) 6 months ago
ui Merge unnecessary/deprecated diagnostic highlights separately (#10084) 6 months ago
application.rs LSP: Normalize diagnostic file paths 7 months ago
args.rs Fallback to filename for +arg (#9333) 9 months ago
commands.rs Use an enum to represent yank decision during deletion of a selection (#10148) 6 months ago
compositor.rs add redraw command (#6949) 1 year ago
config.rs feat: smart_tab 1 year ago
events.rs Add hook/event system 8 months ago
handlers.rs Fix rustc warnings about unused 'pub use's (#10011) 6 months ago
health.rs Add glob file type support (#8006) 8 months ago
job.rs Add hook/event system 8 months ago
keymap.rs Allow numbers as second input event (#8471) 8 months ago
lib.rs Fix rustc warnings about unused 'pub use's (#10011) 6 months ago
main.rs Add glob file type support (#8006) 8 months ago