1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 11:48:00 +01:00
This commit is contained in:
Kris Maglione
2008-11-28 16:40:17 +00:00
parent d6d65d5563
commit 7b94ccc354

View File

@@ -483,10 +483,7 @@ function Tabs() //{{{
commands.add(["buffers", "files", "ls", "tabs"], commands.add(["buffers", "files", "ls", "tabs"],
"Show a list of all buffers", "Show a list of all buffers",
function (args) { tabs.list(args.literalArg); }, function (args) { tabs.list(args.literalArg); },
{ { literal: 0 });
argCount: "?",
literal: 0
});
commands.add(["quita[ll]", "qa[ll]"], commands.add(["quita[ll]", "qa[ll]"],
"Quit " + config.name, "Quit " + config.name,