1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 22:07:59 +01:00

fix typo in :bdelete help

This commit is contained in:
Doug Kearns
2007-06-18 07:31:14 +00:00
parent ebb15aa494
commit 66cd7600f7

View File

@@ -257,7 +257,7 @@ function Commands()//{{{
{ {
usage: ["{count}bd[elete][!]"], usage: ["{count}bd[elete][!]"],
short_help: "Delete current buffer (=tab)", short_help: "Delete current buffer (=tab)",
help: "Count WILL be supported in future releases, then <code class=\"command\">:2bd</code> removes two tabs and the one the right is selected.<br/>Do <code class=\"command\">:bdelete!</code> to select the tab to the left after removing the current tab." help: "Count WILL be supported in future releases, then <code class=\"command\">:2bd</code> removes two tabs and the one to the right is selected.<br/>Do <code class=\"command\">:bdelete!</code> to select the tab to the left after removing the current tab."
} }
)); ));
addDefaultCommand(new Command(["beep"], addDefaultCommand(new Command(["beep"],