mirror of
https://github.com/mawww/kakoune.git
synced 2025-01-03 17:28:32 +03:00
Merge remote-tracking branch 'Delapouite/view-count'
This commit is contained in:
commit
9cb9e77dc2
@ -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