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][!]"],