mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 21:24:11 +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();
|
||||
},
|
||||
options: [
|
||||
[["-timespan"],
|
||||
[["-timespan", "-t"],
|
||||
commands.OPTION_INT,
|
||||
function (arg) /^[0-4]$/.test(arg),
|
||||
function () options.get("sanitizetimespan").completer()]
|
||||
|
||||
Reference in New Issue
Block a user