aboutsummaryrefslogtreecommitdiffstats
path: root/panorama.js
diff options
context:
space:
mode:
authorteramako2010-12-11 03:00:31 +0900
committerteramako2010-12-11 03:00:31 +0900
commitcd2a0f8607b5f74a69ff5b3c45269c620352f609 (patch)
tree09a909b9384a6210534b1e16cc9ebb9b257041c1 /panorama.js
parent52816e1bef60b0fdd59b40ec3f4a0f47188c0129 (diff)
downloadvimperator-plugins-cd2a0f8607b5f74a69ff5b3c45269c620352f609.tar.bz2
fix: bug and delete :tabview, :tabcandy
Diffstat (limited to 'panorama.js')
-rw-r--r--panorama.js4
1 files changed, 2 insertions, 2 deletions
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