helix/helix-stdx/src
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
2024-02-24 16:59:11 +01:00
..
env.rs Improve error handling for `which::which` failures 2024-01-24 15:47:49 +09:00
lib.rs refactor completion and signature help using hooks 2024-01-23 11:20:19 +09:00
path.rs Optimization of tilde expansion (#9709) 2024-02-24 16:59:11 +01:00
rope.rs refactor completion and signature help using hooks 2024-01-23 11:20:19 +09:00