summaryrefslogtreecommitdiff
path: root/src/normal.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2021-10-09 15:43:43 +1100
committerMaxime Coste <mawww@kakoune.org>2021-10-09 15:43:43 +1100
commitddcfa0f0e54a157c7a819bdd34d79ee2d4ae7ef2 (patch)
tree1257b9d952127cf8ee9425634b333a35ccdd6822 /src/normal.cc
parent21494e5d7890935f9c45c326dd278671b7c02042 (diff)
parent0d87d70bd1370a1f140f774f987fb520cae003b6 (diff)
Merge remote-tracking branch 'lenormf/fix-1840'
Diffstat (limited to 'src/normal.cc')
-rw-r--r--src/normal.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/normal.cc b/src/normal.cc
index 16ed8c64..396a2eef 100644
--- a/src/normal.cc
+++ b/src/normal.cc
@@ -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);