1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 13:37:58 +01:00

more verbose :version output

This commit is contained in:
Martin Stubenschrott
2007-10-11 18:36:41 +00:00
parent 4a9d0a6fe1
commit 33029971af
2 changed files with 4 additions and 3 deletions

View File

@@ -1702,7 +1702,8 @@ function Commands() //{{{
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][!]"],