mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 04:07:58 +01:00
swapped :help and :Help, if you don't find yet help in :help, try :Help, and convert it to asciidoc
This commit is contained in:
@@ -1129,12 +1129,15 @@ vimperator.StatusLine = function () //{{{
|
||||
if (url == "about:blank")
|
||||
{
|
||||
var title = vimperator.buffer.title;
|
||||
|
||||
if (title == "Vimperator Help")
|
||||
url = "[Help]";
|
||||
else if (!title)
|
||||
if (!title)
|
||||
url = "[No Name]";
|
||||
}
|
||||
else
|
||||
{
|
||||
var matches = url.match(/^chrome:\/\/vimperator\/locale\/(\S+)$/)
|
||||
if (matches && matches[1])
|
||||
url = matches[1] + " [Help]";
|
||||
}
|
||||
|
||||
var sh = getWebNavigation().sessionHistory;
|
||||
var modified = "";
|
||||
|
||||
Reference in New Issue
Block a user