mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-24 17:55:46 +01:00
Add a short option for :sanitize -timespan.
This commit is contained in:
@@ -190,7 +190,7 @@ function Sanitizer() //{{{
|
|||||||
context.completions = options.get("sanitizeitems").completer();
|
context.completions = options.get("sanitizeitems").completer();
|
||||||
},
|
},
|
||||||
options: [
|
options: [
|
||||||
[["-timespan"],
|
[["-timespan", "-t"],
|
||||||
commands.OPTION_INT,
|
commands.OPTION_INT,
|
||||||
function (arg) /^[0-4]$/.test(arg),
|
function (arg) /^[0-4]$/.test(arg),
|
||||||
function () options.get("sanitizetimespan").completer()]
|
function () options.get("sanitizetimespan").completer()]
|
||||||
|
|||||||
Reference in New Issue
Block a user