mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 21:27:58 +01:00
merge improved :version command
This commit is contained in:
@@ -1758,7 +1758,8 @@ vimperator.Commands = function() //{{{
|
|||||||
if (special)
|
if (special)
|
||||||
vimperator.open("about:");
|
vimperator.open("about:");
|
||||||
else
|
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][!]"],
|
usage: ["ve[rsion][!]"],
|
||||||
|
|||||||
Reference in New Issue
Block a user