src: Remove spurious break

This commit is contained in:
Frank LENORMAND 2021-09-11 10:48:35 +03:00
parent a5dd8a7935
commit 0d87d70bd1

View File

@ -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);