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 c4b13046..94767f1b 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -318,7 +318,7 @@ void view_commands(Context& context, NormalParams params) return; if (lock) - view_commands<true>(context, {}); + view_commands<true>(context, { count, 0 }); auto cp = key.codepoint(); if (not cp or not context.has_window()) |
