diff --git a/src/tui/mode/mini/match.zig b/src/tui/mode/mini/match.zig index 957fe95..10b582b 100644 --- a/src/tui/mode/mini/match.zig +++ b/src/tui/mode/mini/match.zig @@ -21,8 +21,6 @@ pub fn process_egc(self: *Type, egc: []const u8) command.Result { var action: []const u8 = ""; if ((self.ctx.args.match(.{tp.extract(&action)}) catch false)) { try command.executeName(action, command.fmt(.{egc})); - } else { - try command.executeName("match_brackets", .{}); } try command.executeName("exit_mini_mode", .{}); }