mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 05:42:03 +03:00
fmt
This commit is contained in:
parent
1a4749940b
commit
eefd57b8ed
@ -604,7 +604,7 @@ impl Modal for CharSelector {
|
||||
Some(results) => match results.matches.get(selected_idx) {
|
||||
Some(i) => *i,
|
||||
None => return Ok(()),
|
||||
}
|
||||
},
|
||||
};
|
||||
let item = &self.aliases[alias_idx];
|
||||
if let Err(err) = save_recent(item) {
|
||||
|
Loading…
Reference in New Issue
Block a user