From a1f5c910ae2c3cd6bfed7f1692b01814843e3589 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 15 Sep 2009 19:14:45 +1000 Subject: [PATCH] Add a short option for :sanitize -timespan. --- common/content/sanitizer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/sanitizer.js b/common/content/sanitizer.js index f9c89266..9b8f57ac 100644 --- a/common/content/sanitizer.js +++ b/common/content/sanitizer.js @@ -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()]