mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 14:27:59 +01:00
markup 'activate' option as such in :tabopen help text
This commit is contained in:
@@ -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); }
|
||||
}
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user