We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c893ff7 commit 7ce8e27Copy full SHA for 7ce8e27
src/popups/branch_sort.rs
@@ -48,7 +48,7 @@ impl BranchSortPopup {
48
}
49
50
fn get_sort_key_lines(&self) -> Vec<Line> {
51
- let texts = vec![
+ let texts = [
52
strings::sort_branch_by_name_msg(&self.key_config),
53
strings::sort_branch_by_name_rev_msg(&self.key_config),
54
strings::sort_branch_by_time_msg(&self.key_config),
0 commit comments