From 6bbb909033bd9395d64e46cd5ab0cac2c559bf5e Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Tue, 31 Jul 2007 16:02:26 +0000 Subject: [PATCH] he is called linus torvalds --- 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 e64b0374..563cef9d 100644 --- a/chrome/content/vimperator/commands.js +++ b/chrome/content/vimperator/commands.js @@ -710,7 +710,7 @@ function Commands() //{{{ "
  • :open ./foo.html with current location \"http://www.example.com/dir1/dir2/file.html\" will open \"http://www.example.com/dir1/dir2/foo.html\"
  • " + "
  • Opened with the specified search engine if the token looks like a search string " + "and the first word is the name of a search engine (:open wikipedia linus torvalds " + - "will open the wikipedia entry for linux torvalds). The short name of a search engine is automatically guessed from it's name. " + + "will open the wikipedia entry for linus torvalds). The short name of a search engine is automatically guessed from it's name. " + "If you want to set a custom name, open the $FIREFOX_PROFILE/searchplugins/*.xml file of the search engine, and add/change " + "<Alias>myalias</Alias>
  • " + "
  • Opened with the default search engine or keyword (specified with the 'defsearch' option) " +