1
0
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:
Doug Kearns
2009-09-15 19:14:45 +10:00
parent 78bdfea010
commit a1f5c910ae

View File

@@ -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()]