helix-mods/helix-term
Leoi Hung Kin 9456d5c1a2
Initial implementation of global search (#651)
* initial implementation of global search

* use tokio::sync::mpsc::unbounded_channel instead of Arc, Mutex, Waker poll_fn

* use tokio_stream::wrappers::UnboundedReceiverStream to collect all search matches

* regex_prompt: unified callback; refactor

* global search doc
2021-09-22 01:03:12 +09:00
..
src Initial implementation of global search (#651) 2021-09-22 01:03:12 +09:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
Cargo.toml Initial implementation of global search (#651) 2021-09-22 01:03:12 +09:00