fix: rebase left overs
This commit is contained in:
parent
a779c590bd
commit
b5e1cce4b3
1 changed files with 1 additions and 1 deletions
|
|
@ -963,7 +963,7 @@ test "match" {
|
|||
}
|
||||
|
||||
test "json" {
|
||||
var bindings: BindingSet = .{ .name = "test", .config_section = "test_section", .selection_style = .normal };
|
||||
var bindings: BindingSet = .{ .name = "test", .config_section = "test_section" };
|
||||
_ = try bindings.process_key_event(input.KeyEvent.from_key('j'));
|
||||
_ = try bindings.process_key_event(input.KeyEvent.from_key('k'));
|
||||
_ = try bindings.process_key_event(input.KeyEvent.from_key('g'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue