diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-06-07 07:45:53 +0100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-06-07 07:45:53 +0100 |
| commit | 9cb9e77dc2efa3fd7c4a6f82b5ec6c77e51dd87f (patch) | |
| tree | d5c99d0a0ad0ed9d567cedf074d0ae7b5d0ed876 /src | |
| parent | 36364d5f6b8193230182684dd1736bd83643ff2d (diff) | |
| parent | b4af4994fb349b6494f8ea392995a4f0bbca2c5a (diff) | |
Merge remote-tracking branch 'Delapouite/view-count'
Diffstat (limited to 'src')
| -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()) |
