diff options
Diffstat (limited to 'src/normal.cc')
| -rw-r--r-- | src/normal.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normal.cc b/src/normal.cc index a9357806..92236498 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -900,7 +900,7 @@ template<ObjectFlags flags, SelectMode mode = SelectMode::Replace> void select_object(Context& context, NormalParams params) { const int level = params.count <= 0 ? 0 : params.count - 1; - on_next_key_with_autoinfo(context, KeymapMode::None, + on_next_key_with_autoinfo(context, KeymapMode::Object, [level](Key key, Context& context) { if (key.modifiers != Key::Modifiers::None) return; |
