mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:48:00 +01:00
Fix :ls
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user