1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 07:27:58 +01:00

remove old bang version of :ls

This commit is contained in:
Doug Kearns
2008-10-10 11:19:37 +00:00
parent 4c29333f65
commit 1934fbc540
2 changed files with 4 additions and 9 deletions

View File

@@ -469,11 +469,8 @@ liberator.Tabs = function () //{{{
liberator.commands.add(["buffers", "files", "ls", "tabs"],
"Show a list of all buffers",
function (args, special) { liberator.tabs.list(special); },
{
argCount: "0",
bang: true
});
function (args) { liberator.tabs.list(); },
{ argCount: "0" });
liberator.commands.add(["quita[ll]", "qa[ll]"],
"Quit " + liberator.config.name,