Update dependencies
This commit is contained in:
parent
5546ed9988
commit
9be376c8af
3 changed files with 84 additions and 72 deletions
|
|
@ -1756,7 +1756,11 @@ impl Application for App {
|
|||
match self.config.find_regex(&self.find_search_value) {
|
||||
Ok(regex) => {
|
||||
//TODO: support captures
|
||||
tab.replace(®ex, &self.find_replace_value, self.config.find_wrap_around);;
|
||||
tab.replace(
|
||||
®ex,
|
||||
&self.find_replace_value,
|
||||
self.config.find_wrap_around,
|
||||
);
|
||||
return self.update(Message::TabChanged(self.tab_model.active()));
|
||||
}
|
||||
Err(err) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue