From f678695b54cb255cd15a26f9225933c3a2c575c3 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 7 Jun 2007 06:54:39 +0000 Subject: [PATCH] markup 'activate' option as such in :tabopen help text --- chrome/content/vimperator/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/vimperator/commands.js b/chrome/content/vimperator/commands.js index 764eb1d8..5317323c 100644 --- a/chrome/content/vimperator/commands.js +++ b/chrome/content/vimperator/commands.js @@ -650,7 +650,7 @@ function Commands()//{{{ usage: ["tabopen [url] [| url]"], short_help: "Open one or more URLs in a new tab", help: "Like :open but open URLs in a new tab.
"+ - "If used with !, the 'tabopen' value of the 'activate' option is negated.", + "If used with !, the 'tabopen' value of the 'activate' option is negated.", completer: function (filter) { return get_url_completions(filter); } } ));