fix build
This commit is contained in:
parent
392a018aeb
commit
df6d04425d
1 changed files with 1 additions and 1 deletions
|
@ -1835,7 +1835,7 @@ fn make_search_word_bounded(cx: &mut Context) {
|
|||
}
|
||||
|
||||
let msg = format!("register '{}' set to '{}'", '/', &new_regex);
|
||||
cx.editor.registers.get_mut('/').push(new_regex);
|
||||
cx.editor.registers.push('/', new_regex);
|
||||
cx.editor.set_status(msg);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue