1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 21:57:58 +01:00

more help converted to the new help format

This commit is contained in:
Martin Stubenschrott
2008-01-22 14:00:37 +00:00
parent ce0376a8f9
commit b0d51d7516
8 changed files with 150 additions and 9 deletions

View File

@@ -313,11 +313,10 @@ vimperator.Completion = function () //{{{
return [0, buildLongestCommonSubstring(helpArray, filter)];
},
// TODO: add cache?
Help: function (filter)
{
var res = [];
var files = ["intro.html", "options.html", "motion.html", "starting.html"];
var files = ["intro.html", "options.html", "motion.html", "starting.html", "browsing.html", "various.html"];
for (var file in files)
{
try