Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Nov 15, 2022
1 parent 392a018 commit df6d044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit df6d044

Please sign in to comment.