1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-01 07:05:51 +01:00

readd trailing ".html" to help file names in the status line to mimic Vim

This commit is contained in:
Doug Kearns
2008-10-10 11:13:07 +00:00
parent 6574a4ce41
commit 4c29333f65

View File

@@ -1524,7 +1524,7 @@ liberator.StatusLine = function () //{{{
}
else
{
url = url.replace(new RegExp("^chrome://liberator/locale/(\\S+)\\.html$"), "$1 [Help]");
url = url.replace(RegExp("^chrome://liberator/locale/(\\S+\\.html)$"), "$1 [Help]");
}
// when session information is available, add [+] when we can go backwards