helix/helix-term
Mo 6db666fce1
Optimization of tilde expansion ()
* 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
2024-02-24 16:59:11 +01:00
..
src Optimization of tilde expansion () 2024-02-24 16:59:11 +01:00
tests Add glob file type support () 2024-02-11 18:24:20 +01:00
.gitignore
build.rs Add icon to Windows executable () 2024-01-28 18:31:10 +09:00
Cargo.toml build(deps): bump toml from 0.7.6 to 0.8.10 () 2024-02-13 01:48:45 +09:00