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-plus/helix-term/src/ui
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
..
completion.rs Replace `Editor::current` by a macro 3 years ago
editor.rs Replace `Editor::current` by a macro 3 years ago
markdown.rs Completion: Format docs tabs & highlight in the doc's native language 3 years ago
menu.rs Fix Shift-Tab for moving upwards in menu 3 years ago
mod.rs Fix expansion of `~` (#284) 3 years ago
picker.rs Add cursor kind to separate hidden cursor from pos 3 years ago
popup.rs Add cursor kind to separate hidden cursor from pos 3 years ago
prompt.rs Fix panic when entering unicode in command prompt 3 years ago
text.rs Define text color (mostly) in theme.toml. 3 years ago