mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 16:22:27 +01:00
use literalArg with :buffers
This commit is contained in:
@@ -479,8 +479,11 @@ function Tabs() //{{{
|
||||
|
||||
commands.add(["buffers", "files", "ls", "tabs"],
|
||||
"Show a list of all buffers",
|
||||
function (args) { tabs.list(args.string); },
|
||||
{ argCount: "*" });
|
||||
function (args) { tabs.list(args.literalArg); },
|
||||
{
|
||||
argCount: "0",
|
||||
literal: true
|
||||
});
|
||||
|
||||
commands.add(["quita[ll]", "qa[ll]"],
|
||||
"Quit " + config.name,
|
||||
|
||||
Reference in New Issue
Block a user