Skip to content

Commit

Permalink
Fix typo in commands.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Skyler Hawthorne <skyler@dead10ck.com>
  • Loading branch information
pascalkuthe and dead10ck authored Aug 30, 2023
1 parent ff816bd commit d77029c
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 @@ -2172,7 +2172,7 @@ fn global_search(cx: &mut Context) {
let result = if let Some((_, doc)) = doc {
// there is already a buffer for this file
// search the buffer instead of the file because it's faster
// and captures new edits without requireing a save
// and captures new edits without requiring a save
if searcher.multi_line_with_matcher(&matcher) {
// in this case a continous buffer is required
// convert the rope to a string
Expand Down

0 comments on commit d77029c

Please sign in to comment.