From cd2a0f8607b5f74a69ff5b3c45269c620352f609 Mon Sep 17 00:00:00 2001 From: teramako Date: Sat, 11 Dec 2010 03:00:31 +0900 Subject: fix: bug and delete :tabview, :tabcandy --- panorama.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'panorama.js') diff --git a/panorama.js b/panorama.js index 71d7a98..eb5bd27 100644 --- a/panorama.js +++ b/panorama.js @@ -680,11 +680,11 @@ let subCmds = [ /** * MainCommand panorama {{{ */ -commands.addUserCommand(["panorama", "tabview", "tabcandy"], "Parnorama", +commands.addUserCommand(["panorama"], "Parnorama", function (args) { // show help, call SubCommand help if (args.length < 1 || args["-help"]) { - subCmds[0].execute(); + subCmds[0].execute(""); return; } // delegate subcommand -- cgit v1.2.3