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