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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user