fix build

This commit is contained in:
Blaž Hrastnik 2022-11-15 23:34:00 +09:00
parent 392a018aeb
commit df6d04425d
No known key found for this signature in database
GPG key ID: 1238B9C4AD889640

View file

@ -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);
}