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

markup 'activate' option as such in :tabopen help text

This commit is contained in:
Doug Kearns
2007-06-07 06:54:39 +00:00
parent 7ae35965d9
commit f678695b54

View File

@@ -650,7 +650,7 @@ function Commands()//{{{
usage: ["tabopen [url] [| url]"],
short_help: "Open one or more URLs in a new tab",
help: "Like <code class=\"command\">:open</code> but open URLs in a new tab.<br/>"+
"If used with !, the 'tabopen' value of the 'activate' option is negated.",
"If used with !, the 'tabopen' value of the <code class=\"option\">'activate'</code> option is negated.",
completer: function (filter) { return get_url_completions(filter); }
}
));