fix build

pull/1/head
Blaž Hrastnik 2 years ago
parent 392a018aeb
commit df6d04425d
No known key found for this signature in database
GPG Key ID: 1238B9C4AD889640

@ -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…
Cancel
Save