You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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`
3 years ago
..
document.rs Fix expansion of `~` (#284) 3 years ago
editor.rs Replace `Editor::current` by a macro 3 years ago
lib.rs Replace `Editor::current` by a macro 3 years ago
macros.rs Replace `Editor::current` by a macro 3 years ago
register_selection.rs Implement missing Debug and update Cargo.lock 3 years ago
theme.rs Add theme key for selected line number 3 years ago
tree.rs Derive debug without feature 3 years ago
view.rs add alternate file (#223) 3 years ago