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) " +