helix/helix-term
Michael Davis 83c467ecf6
edits
* Use a BTreeSet instead of a Vec. `Vec::dedup` only works on
  consecutive entries so we need a set to deduplicate instead.
* Use the `filename` completer as-is in `repeating_filenames` when the
  input is empty. This makes `:sh cat <cursor here>` for example show
  all files (same as`:open <cursor here>`).
* Refactor `shell` completer in terms of `repeating_filenames` (and
  inline `get_last_argument` helper)
* Remove comment about bash completion scripts. If anything that could
  be a plugin but we shouldn't be parsing bash in core: any shell can
  be configured for use in `:sh`.
2025-04-27 14:39:30 -04:00
..
src edits 2025-04-27 14:39:30 -04:00
tests minor: Fix native line-ending handling in trimming integration tests 2025-03-10 11:09:46 -04:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
Cargo.toml build(deps): bump the rust-dependencies group with 5 updates (#13131) 2025-03-18 12:52:22 +09:00
build.rs chore: clean up clippy lints (#11377) 2024-08-01 06:39:46 +09:00