1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 07:27:58 +01:00

push literalArg onto the end of args.arguments in parseArgs - still a bit of a

mess
This commit is contained in:
Doug Kearns
2008-11-03 06:00:44 +00:00
parent e8cf48af6c
commit 31ba397ff5
6 changed files with 17 additions and 18 deletions

View File

@@ -481,7 +481,7 @@ function Tabs() //{{{
"Show a list of all buffers",
function (args) { tabs.list(args.literalArg); },
{
argCount: "0",
argCount: "?",
literal: true
});