helix/helix-term/src
Bjorn Ove Hay Andersen 47b6c4bc78
Resolve args.files before changing directory (#8676)
* Resolve args.files before changing directory

* Removed the open_cwd work-around now that the path is full

* If -w is specified, use that as the working directory

* Open the remaining files in the argument list, also when the first is a directory

* Use an iterator access the files argument
2023-11-21 12:07:00 +01:00
..
commands Add command to move files with LSP support (#8584) 2023-11-08 12:38:17 -06:00
keymap feat: smart_tab 2023-08-01 09:41:42 -05:00
ui Only render preview if picker has a preview function (#8667) 2023-10-30 15:03:38 -05:00
application.rs Resolve args.files before changing directory (#8676) 2023-11-21 12:07:00 +01:00
args.rs Resolve args.files before changing directory (#8676) 2023-11-21 12:07:00 +01:00
commands.rs open urls with goto_file command (#5820) 2023-11-21 12:04:20 +01: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
health.rs Add support for showing all LSPs in --health (#7315) 2023-10-16 11:42:25 +02:00
job.rs bump msrv to 1.63 (#5570) 2023-02-09 11:24:31 +09:00
keymap.rs Fix broken indentation that causes the indentation tests to fail. 2023-08-11 23:44:02 +09:00
lib.rs Fix new clippy lints (#5892) 2023-02-09 16:27:08 -06:00
main.rs Resolve args.files before changing directory (#8676) 2023-11-21 12:07:00 +01:00