diff options
author | teramako | 2010-12-11 05:08:31 +0900 |
---|---|---|
committer | teramako | 2010-12-11 05:08:31 +0900 |
commit | 15e1d8cf49d4ba2134883b04806f3e81e603745b (patch) | |
tree | 06dae3db746d6fcb5e7ef1202f7137f35305667e /panorama.js | |
parent | 9fedcce4341b2e0ccf31754a8fa99969f9481a2e (diff) | |
download | vimperator-plugins-15e1d8cf49d4ba2134883b04806f3e81e603745b.tar.bz2 |
fix: typo
Diffstat (limited to 'panorama.js')
-rw-r--r-- | panorama.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/panorama.js b/panorama.js index 9c8462d..9d7b148 100644 --- a/panorama.js +++ b/panorama.js @@ -63,7 +63,7 @@ let INFO = <> </description> </item> <item> - <tags>stash stashtogroup</tags> + <tags>stashtogroup stash</tags> <spec>stash<oa>togroup</oa><oa>!</oa> <a>GroupName</a></spec> <description> <p>Stash the current tab to <a>GroupName</a>.</p> @@ -88,8 +88,8 @@ let INFO = <> </description> </item> <item> - <tags>pullgroup pull</tags> - <spec>pull<oa>group</oa> <oa>buffer</oa></spec> + <tags>pulltab pull</tags> + <spec>pull<oa>tab</oa> <oa>buffer</oa></spec> <description> <p>pull a tab from the other group</p> </description> @@ -568,7 +568,7 @@ let subCmds = [ * swtich to the {group} * if {count} exists, switch to relative {count} */ - new Command(["switchgruop", "swg"], "Switch Group", + new Command(["switchgroup", "swg"], "Switch Group", function (args) { if (args.count > 0) { switchToGroup("+" + args.count, true); |