Skip to content

Commit

Permalink
Merge remote-tracking branch 'helix/master' into revert-extra-gutter-…
Browse files Browse the repository at this point in the history
…offset
  • Loading branch information
Aiko Mastboom committed Aug 16, 2022
2 parents a9f8c78 + 2968756 commit e42d9ce
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 13 deletions.
123 changes: 110 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 e42d9ce

Please sign in to comment.