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

merge improved :version command

This commit is contained in:
Doug Kearns
2007-10-30 09:33:51 +00:00
parent 8cbaaf1c44
commit 323a5f5e33

View File

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