mirror of
https://github.com/ilyakooo0/helix.git
synced 2024-11-13 07:26:19 +03:00
parent
d991715ff1
commit
3426285a63
@ -1143,7 +1143,8 @@ fn search_selection(cx: &mut Context) {
|
||||
let query = doc.selection(view.id).primary().fragment(contents);
|
||||
let regex = regex::escape(&query);
|
||||
cx.editor.registers.get_mut('/').push(regex);
|
||||
search_next(cx);
|
||||
let msg = format!("register '{}' set to '{}'", '\\', query);
|
||||
cx.editor.set_status(msg);
|
||||
}
|
||||
|
||||
fn extend_line(cx: &mut Context) {
|
||||
|
Loading…
Reference in New Issue
Block a user