helix-mirror/helix-loader/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
..
config.rs implement proper lsp-workspace support 2023-03-29 12:57:30 +09:00
grammar.rs Improve error handling for which::which failures 2024-01-24 15:47:49 +09:00
lib.rs Optimization of tilde expansion (#9709) 2024-02-24 16:59:11 +01:00
main.rs Use a minimal binary to fetch grammar sources in release CI (#2557) 2022-06-05 19:53:20 +09:00