Remember previous NormalParams::count in view-lock mode
This commit is contained in:
parent
73ecbdbc97
commit
b4af4994fb
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue
Block a user