mirror of https://github.com/helix-editor/helix
remove duplicate entries from theme picker (#3439)
parent
8a75795472
commit
a7ff39fe3e
|
@ -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…
Reference in New Issue