mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 00:24:13 +01:00
add count property to Command's extraInfo to specify whether the command
accepts a count/range
This commit is contained in:
@@ -628,7 +628,8 @@ liberator.History = function () //{{{
|
||||
completions.push([url, title]);
|
||||
}
|
||||
return [0, completions];
|
||||
}
|
||||
},
|
||||
count: true
|
||||
});
|
||||
|
||||
liberator.commands.add(["fo[rward]", "fw"],
|
||||
@@ -675,7 +676,8 @@ liberator.History = function () //{{{
|
||||
completions.push([url, title]);
|
||||
}
|
||||
return [0, completions];
|
||||
}
|
||||
},
|
||||
count: true
|
||||
});
|
||||
|
||||
liberator.commands.add(["hist[ory]", "hs"],
|
||||
|
||||
Reference in New Issue
Block a user