helix/helix-view/src
Wojciech Kępka 41b07486ad
Fix expansion of `~` (#284)
* Fix expansion of `~`, dont use directory relative to cwd.

* Add `expand_tilde`

* Bring back `canonicalize_path`, use `expand_tilde` to `normalize`

* Make `:open ~` completion work

* Fix clippy

* Fold home dir into tilde in Document `realitve_path`
2021-06-18 15:19:34 +09:00
..
document.rs Fix expansion of `~` (#284) 2021-06-18 15:19:34 +09:00
editor.rs Replace `Editor::current` by a macro 2021-06-18 09:38:10 +09:00
lib.rs Replace `Editor::current` by a macro 2021-06-18 09:38:10 +09:00
macros.rs Replace `Editor::current` by a macro 2021-06-18 09:38:10 +09:00
register_selection.rs Implement missing Debug and update Cargo.lock 2021-06-10 22:00:08 +09:00
theme.rs Add theme key for selected line number 2021-06-16 15:00:14 +09:00
tree.rs Derive debug without feature 2021-06-10 22:00:08 +09:00
view.rs add alternate file (#223) 2021-06-12 21:21:06 +09:00