Skip to content

Commit

Permalink
remove duplicate entries from theme picker (#3439)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrHorn authored Aug 15, 2022
1 parent 8a75795 commit a7ff39f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helix-term/src/ui/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ pub mod completers {
names.push("default".into());
names.push("base16_default".into());
names.sort();
names.dedup();

let mut names: Vec<_> = names
.into_iter()
Expand Down

0 comments on commit a7ff39f

Please sign in to comment.