1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 20:57:58 +01:00

whitespace fixes

This commit is contained in:
Doug Kearns
2007-11-22 12:08:58 +00:00
parent 02dcf850f4
commit 81d4336ccb
4 changed files with 14 additions and 12 deletions

View File

@@ -1645,7 +1645,7 @@ vimperator.Commands = function () //{{{
{
usage: ["qma[rk] {a-zA-Z0-9} [url]"],
shortHelp: "Mark a URL with a letter for quick access",
help: "You can also mark whole groups like this: <br/>"+
help: "You can also mark whole groups like this: <br/>" +
"<code class=\"command\">:qmark f http://forum1.com, http://forum2.com, imdb some artist</code>"
}
));