diff options
| author | Frank LENORMAND <lenormf@gmail.com> | 2021-09-11 10:48:35 +0300 |
|---|---|---|
| committer | Frank LENORMAND <lenormf@gmail.com> | 2021-10-06 08:44:47 +0200 |
| commit | 0d87d70bd1370a1f140f774f987fb520cae003b6 (patch) | |
| tree | 11d2f4204911d9b08ba48060dd48451ea3c444ff /src/normal.cc | |
| parent | a5dd8a7935ccdc3859749d7757c6a4005b7b6a98 (diff) | |
src: Remove spurious `break`
Diffstat (limited to 'src/normal.cc')
| -rw-r--r-- | src/normal.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/normal.cc b/src/normal.cc index 2b996e3c..fb8bc7f0 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); |
