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

make sure [!] is highlighted properly in the help page for all command usage

synopses
This commit is contained in:
Doug Kearns
2007-07-21 14:12:12 +00:00
parent e3aec82d2f
commit 699c20e077
2 changed files with 6 additions and 4 deletions

View File

@@ -388,7 +388,7 @@ function Commands() //{{{
vimperator.marks.remove(args, special);
},
{
usage: ["delm[arks]! {marks}"],
usage: ["delm[arks][!] {marks}"],
short_help: "Delete the specified marks {a-zA-Z}",
help: "Marks are presented as a list. Example:<br/>" +
"<code class=\"command\">:delmarks Aa b p</code> will delete marks A, a, b and p<br/>" +