1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 09: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"],
"Show a list of all buffers",
function (args) { tabs.list(args.literalArg); },
{
argCount: "?",
literal: 0
});
{ literal: 0 });
commands.add(["quita[ll]", "qa[ll]"],
"Quit " + config.name,