From c25b5e2b0be95b401f6ec217d9fabb345f9eb214 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 2 Nov 2008 14:39:30 +0000 Subject: [PATCH] use literalArg with :buffers --- content/tabs.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/tabs.js b/content/tabs.js index 45e4c259..93354a65 100644 --- a/content/tabs.js +++ b/content/tabs.js @@ -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,