src: Remove spurious break
This commit is contained in:
parent
a5dd8a7935
commit
0d87d70bd1
|
@ -281,7 +281,6 @@ void goto_commands(Context& context, NormalParams params)
|
|||
if (not target)
|
||||
{
|
||||
throw runtime_error("no last buffer");
|
||||
break;
|
||||
}
|
||||
context.push_jump();
|
||||
context.change_buffer(*target);
|
||||
|
|
Loading…
Reference in New Issue
Block a user