From e0c028c44093e1bc1f00cfac1ca70dce64216d8a Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 9 Aug 2007 12:15:44 +0000 Subject: [PATCH] remove the word "version" from the :version output string --- chrome/content/vimperator/commands.js | 2 +- chrome/content/vimperator/hints.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chrome/content/vimperator/commands.js b/chrome/content/vimperator/commands.js index b313f0b2..7b994428 100644 --- a/chrome/content/vimperator/commands.js +++ b/chrome/content/vimperator/commands.js @@ -1109,7 +1109,7 @@ function Commands() //{{{ if (special) vimperator.open("about:"); else - vimperator.echo("Vimperator version: " + vimperator.version); + vimperator.echo("Vimperator " + vimperator.version); }, { usage: ["ve[rsion][!]"], diff --git a/chrome/content/vimperator/hints.js b/chrome/content/vimperator/hints.js index f581cda7..09a96d97 100644 --- a/chrome/content/vimperator/hints.js +++ b/chrome/content/vimperator/hints.js @@ -44,7 +44,7 @@ function Hints() //{{{ //////////////////////////////////////////////////////////////////////////////// // hint activating and loading related functions //////////////////////////////////////////////////////////////////////////////// - + function startCoordLoader(doc) { win = doc.defaultView; @@ -662,7 +662,7 @@ function Hints() //{{{ linkNumString = ''; isHahModeEnabled = true; - setTimeout( function() { + setTimeout( function() { createHints(); showHints(null, 0); }, 100);