mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 10:57:58 +01:00
Fix completions, among other things (sorry)
This commit is contained in:
@@ -201,7 +201,7 @@ function Buffer() //{{{
|
||||
{
|
||||
if (mappings.repeat)
|
||||
{
|
||||
for (let i in util.rangeInterruptable(0, count > 1 ? count : 1, 100))
|
||||
for (let i in util.rangeInterruptable(0, Math.max(count, 1), 100))
|
||||
mappings.repeat();
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user