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:
@@ -650,7 +650,7 @@ function Commands()//{{{
|
|||||||
usage: ["tabopen [url] [| url]"],
|
usage: ["tabopen [url] [| url]"],
|
||||||
short_help: "Open one or more URLs in a new tab",
|
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/>"+
|
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); }
|
completer: function (filter) { return get_url_completions(filter); }
|
||||||
}
|
}
|
||||||
));
|
));
|
||||||
|
|||||||
Reference in New Issue
Block a user