1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 09:17:59 +01:00

Fix undefined "count" in :tabc

This commit is contained in:
Kris Maglione
2008-11-28 05:22:48 +00:00
parent 5e732e3bf1
commit 9bbab5ab22

View File

@@ -303,6 +303,7 @@ function Tabs() //{{{
function (args)
{
let special = args.bang;
let count = args.count;
args = args.string;
if (args)