mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 19:07:58 +01:00
merge improved :version command
This commit is contained in:
@@ -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][!]"],
|
||||
|
||||
Reference in New Issue
Block a user