From a7d3976a1002a80c4e5a17c989921025ded89450 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 13 Nov 2019 08:58:15 +1100 Subject: [PATCH] Fix typo --- src/normal.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/normal.cc b/src/normal.cc index 58dc9698..1b287e5f 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -1841,7 +1841,7 @@ void combine_selections(Context& context, SelectionList list, Func func, StringV if (&context.buffer() != &list.buffer()) throw runtime_error{"cannot combine selections from different buffers"}; - on_next_key_with_autoinfo(context, "compbine-selections", KeymapMode::None, + on_next_key_with_autoinfo(context, "combine-selections", KeymapMode::None, [func, list](Key key, Context& context) mutable { if (key == Key::Escape) return;