1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-05-20 03:46:05 +02:00

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