From 7b94ccc354e8194088b5a48285f72f5c606408c7 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Fri, 28 Nov 2008 16:40:17 +0000 Subject: [PATCH] Fix :ls --- content/tabs.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content/tabs.js b/content/tabs.js index 7bd748fa..a0734561 100644 --- a/content/tabs.js +++ b/content/tabs.js @@ -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,