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-term
Michael Davis b927985cd0
global_search: Save only the primary query to the history register (#11216)
Two changes from the parent commit:

* Save only the `Picker::primary_query` - so you don't save other parts
  of the query, for example `%path foo.rs` while in `global_search`.
* Move the saving out of the `if let Some(option) = self.selection()`
  block. So when you hit enter you save to history whether you have a
  selection or not. If you want to close the picker without saving to
  the register you can use C-c or Esc instead.
2 months ago
..
src global_search: Save only the primary query to the history register (#11216) 2 months ago
tests refactor(commands): trim end of `pipe`-like output (#10952) 3 months ago
.gitignore Initial import. 4 years ago
Cargo.toml build(deps): bump the rust-dependencies group with 3 updates (#11194) 2 months ago
build.rs Add icon to Windows executable (#9104) 8 months ago