aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/completion.rs
Commit message (Collapse)AuthorAge
...
* Simplify code by providin cx.current() = (view, doc).Blaž Hrastnik2021-04-01
|
* Weave through view_id references so that views into one file have ↵Blaž Hrastnik2021-03-31
| | | | independent selects.
* Filter the completion menu based on text entered.Blaž Hrastnik2021-03-27