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