summaryrefslogtreecommitdiff
path: root/src/normal.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-06-07 07:45:53 +0100
committerMaxime Coste <mawww@kakoune.org>2017-06-07 07:45:53 +0100
commit9cb9e77dc2efa3fd7c4a6f82b5ec6c77e51dd87f (patch)
treed5c99d0a0ad0ed9d567cedf074d0ae7b5d0ed876 /src/normal.cc
parent36364d5f6b8193230182684dd1736bd83643ff2d (diff)
parentb4af4994fb349b6494f8ea392995a4f0bbca2c5a (diff)
Merge remote-tracking branch 'Delapouite/view-count'
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 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())