helix-mirror/helix-term/src
Michael Davis 48e9357788
picker: Removed owned variant of PathOrId
The only caller of `from_path_buf` was removed in the parent commit
allowing us to drop owned variant of path's `Cow`. With this change we
never need to allocate in the picker preview callback.
2024-09-03 09:48:32 -04:00
..
commands Replace uses of lsp::Location with a custom Location type 2024-09-03 09:48:32 -04:00
handlers only show inline diagnostics after a delay 2024-07-15 16:36:29 +02:00
keymap feat(command): select_all_children 2024-04-09 10:33:15 -04:00
ui picker: Removed owned variant of PathOrId 2024-09-03 09:48:32 -04:00
application.rs chore: clean up clippy lints (#11377) 2024-08-01 06:39:46 +09:00
args.rs Fallback to filename for +arg (#9333) 2024-01-14 15:11:18 +01:00
commands.rs Parse and execute macro mappable commands 2024-08-10 00:39:47 +09:00
compositor.rs add redraw command (#6949) 2023-09-08 10:46:36 +09:00
config.rs feat: smart_tab 2023-08-01 09:41:42 -05:00
events.rs only show inline diagnostics after a delay 2024-07-15 16:36:29 +02:00
handlers.rs only show inline diagnostics after a delay 2024-07-15 16:36:29 +02:00
health.rs Add glob file type support (#8006) 2024-02-11 18:24:20 +01:00
job.rs Add hook/event system 2024-01-23 11:20:19 +09:00
keymap.rs Disallow macro keybindings within command sequences 2024-08-10 00:39:47 +09:00
lib.rs Ignore .svn version control files (#10536) 2024-04-21 12:00:30 +09:00
main.rs chore: clean up clippy lints (#11377) 2024-08-01 06:39:46 +09:00