mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 11:48:00 +01:00
Fix undefined "count" in :tabc
This commit is contained in:
@@ -303,6 +303,7 @@ function Tabs() //{{{
|
||||
function (args)
|
||||
{
|
||||
let special = args.bang;
|
||||
let count = args.count;
|
||||
args = args.string;
|
||||
|
||||
if (args)
|
||||
|
||||
Reference in New Issue
Block a user