mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 21:02:25 +01:00
[muttator] fixed help, still does not work somehow. xmlhttprequest not working in thunderbird?
This commit is contained in:
@@ -372,7 +372,7 @@ const liberator = (function () //{{{
|
|||||||
|
|
||||||
function getHelpCompletions(filter)
|
function getHelpCompletions(filter)
|
||||||
{
|
{
|
||||||
var files = liberator.config.helpFiles;
|
var files = liberator.config.helpFiles || [];
|
||||||
var res = [];
|
var res = [];
|
||||||
|
|
||||||
for (var i = 0; i < files.length; i++)
|
for (var i = 0; i < files.length; i++)
|
||||||
|
|||||||
@@ -97,6 +97,14 @@ liberator.config = { //{{{
|
|||||||
function () { liberator.buffer.viewSelectionSource(); }]*/
|
function () { liberator.buffer.viewSelectionSource(); }]*/
|
||||||
],
|
],
|
||||||
|
|
||||||
|
// they are sorted by relevance, not alphabetically
|
||||||
|
helpFiles: ["intro.html", "tutorial.html", "starting.html",
|
||||||
|
"browsing.html", "buffer.html", "pattern.html", "options.html",
|
||||||
|
"tabs.html", "hints.html", "map.html", "eval.html", "marks.html",
|
||||||
|
"repeat.html", "autocommands.html", "print.html", "developer.html",
|
||||||
|
"various.html"
|
||||||
|
],
|
||||||
|
|
||||||
init: function ()
|
init: function ()
|
||||||
{
|
{
|
||||||
// don't wait too long when selecting new messages
|
// don't wait too long when selecting new messages
|
||||||
|
|||||||
Reference in New Issue
Block a user