summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2019-11-13 08:58:15 +1100
committerMaxime Coste <mawww@kakoune.org>2019-11-13 08:58:15 +1100
commita7d3976a1002a80c4e5a17c989921025ded89450 (patch)
tree5de7950dd78fe1c4f1a213785cf495040fa1b791 /src
parent056294dd5ac6eaf381df89f4938b9501e361bb9a (diff)
Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/normal.cc2
1 files changed, 1 insertions, 1 deletions
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;