mirror of https://github.com/helix-editor/helix
fix: forgor to tell helix to display sequence labels
parent
f224397de7
commit
ba9a21921d
|
@ -84,7 +84,7 @@ impl KeyTrieNode {
|
|||
cmd.doc()
|
||||
}
|
||||
KeyTrie::Node(n) => &n.name,
|
||||
KeyTrie::Sequence(..) => KeyTrie::DEFAULT_SEQUENCE_LABEL,
|
||||
KeyTrie::Sequence(l, ..) => l,
|
||||
};
|
||||
match body.iter().position(|(_, d)| d == &desc) {
|
||||
Some(pos) => {
|
||||
|
|
Loading…
Reference in New Issue