remove duplicate entries from theme picker (#3439)

imgbot
ChrHorn 2 years ago committed by GitHub
parent 8a75795472
commit a7ff39fe3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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()

Loading…
Cancel
Save