1
0
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:
Martin Stubenschrott
2008-01-23 14:42:50 +00:00
parent 4153597a02
commit af927e89c5
6 changed files with 27 additions and 17 deletions

View File

@@ -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 = "";