summaryrefslogtreecommitdiff
path: root/src/normal.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/normal.cc')
-rw-r--r--src/normal.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normal.cc b/src/normal.cc
index f0ab0155..eb71ce4a 100644
--- a/src/normal.cc
+++ b/src/normal.cc
@@ -837,7 +837,7 @@ void extend_to_next_matches(Context& context, const Regex& regex, int count)
--main_index;
}
if (new_sels.empty())
- throw runtime_error{"All selections wrapped"};
+ throw runtime_error{"All selections wrapped"};
selections.set(std::move(new_sels), main_index);
new_sels.clear();