mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 20:07:59 +01:00
remove the word "version" from the :version output string
This commit is contained in:
@@ -1109,7 +1109,7 @@ function Commands() //{{{
|
|||||||
if (special)
|
if (special)
|
||||||
vimperator.open("about:");
|
vimperator.open("about:");
|
||||||
else
|
else
|
||||||
vimperator.echo("Vimperator version: " + vimperator.version);
|
vimperator.echo("Vimperator " + vimperator.version);
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
usage: ["ve[rsion][!]"],
|
usage: ["ve[rsion][!]"],
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ function Hints() //{{{
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// hint activating and loading related functions
|
// hint activating and loading related functions
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
function startCoordLoader(doc)
|
function startCoordLoader(doc)
|
||||||
{
|
{
|
||||||
win = doc.defaultView;
|
win = doc.defaultView;
|
||||||
@@ -662,7 +662,7 @@ function Hints() //{{{
|
|||||||
linkNumString = '';
|
linkNumString = '';
|
||||||
isHahModeEnabled = true;
|
isHahModeEnabled = true;
|
||||||
|
|
||||||
setTimeout( function() {
|
setTimeout( function() {
|
||||||
createHints();
|
createHints();
|
||||||
showHints(null, 0);
|
showHints(null, 0);
|
||||||
}, 100);
|
}, 100);
|
||||||
|
|||||||
Reference in New Issue
Block a user