mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 20:17:58 +01:00
remove the word "version" from the :version output string
This commit is contained in:
@@ -1109,7 +1109,7 @@ function Commands() //{{{
|
||||
if (special)
|
||||
vimperator.open("about:");
|
||||
else
|
||||
vimperator.echo("Vimperator version: " + vimperator.version);
|
||||
vimperator.echo("Vimperator " + vimperator.version);
|
||||
},
|
||||
{
|
||||
usage: ["ve[rsion][!]"],
|
||||
|
||||
Reference in New Issue
Block a user