Skip to content

Commit bb8a44c

Browse files
VulpesxMattCheely
authored andcommitted
fix: forgor to tell helix to display sequence labels
1 parent 6764c33 commit bb8a44c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helix-term/src/keymap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ impl KeyTrieNode {
8484
cmd.doc()
8585
}
8686
KeyTrie::Node(n) => &n.name,
87-
KeyTrie::Sequence(..) => KeyTrie::DEFAULT_SEQUENCE_LABEL,
87+
KeyTrie::Sequence(l, ..) => l,
8888
};
8989
match body.iter().position(|(_, d)| d == &desc) {
9090
Some(pos) => {

0 commit comments

Comments
 (0)