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:
@@ -481,7 +481,7 @@ function Tabs() //{{{
|
||||
"Show a list of all buffers",
|
||||
function (args) { tabs.list(args.literalArg); },
|
||||
{
|
||||
argCount: "0",
|
||||
argCount: "?",
|
||||
literal: true
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user