aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/path.rs
Commit message (Expand)AuthorAge
* Remove unnecessary `Err` from `get_canonicalized_path` (#8009)nkitsaini2023-08-20
* Fix crash when cwd is deleted (#7185)Yomain2023-07-11
* Canonicalize paths before stripping current dir as prefix (#6290)jazzfool2023-03-30
* Add workspace and document diagnostics picker (#2013)Falco Hirschenberger2022-06-30
* Remove unnecessary `unwrap` (#2599)Hugo2022-05-29
* fix typos (#2304)chunghha2022-04-27
* migrate grammar fetching/building code into helix-loader crateMichael Davis2022-03-10
* fix: Expand tilde first, then deal with relative pathsBlaž Hrastnik2021-11-19
* Move path util functions from helix-term to helix-core (#650)Kirawi2021-08-25