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
Mo 6db666fce1
Optimization of tilde expansion (#9709)
* Use next and avoid a redundant prefix strip

* Avoid allocations

Especially when `expand_tilde` is claled on a path
that doesn't contain a tilde.

* Add a test

* Use Into<Cow<…>>

* Put the expand_tilde test at the end of the file

* Remove unused importsw
4 months ago
..
src Optimization of tilde expansion (#9709) 4 months ago
tests Add glob file type support (#8006) 5 months ago
.gitignore Initial import. 4 years ago
Cargo.toml build(deps): bump toml from 0.7.6 to 0.8.10 (#9539) 5 months ago
build.rs Add icon to Windows executable (#9104) 5 months ago