From 323a5f5e33eddd264e512c9ffa3a1aa1bc499746 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 30 Oct 2007 09:33:51 +0000 Subject: [PATCH] merge improved :version command --- content/commands.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/commands.js b/content/commands.js index a5b72c98..c2067057 100644 --- a/content/commands.js +++ b/content/commands.js @@ -1758,7 +1758,8 @@ vimperator.Commands = function() //{{{ if (special) vimperator.open("about:"); else - vimperator.echo("Vimperator " + vimperator.version); + vimperator.echo(":" + vimperator.util.escapeHTML(vimperator.commandline.getCommand()) + + "\nVimperator " + vimperator.version + " running on:\n" + navigator.userAgent); }, { usage: ["ve[rsion][!]"],