1
0
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:
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(); 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()]