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

fixed :Help <tab>

This commit is contained in:
Martin Stubenschrott
2008-01-22 22:37:34 +00:00
parent 7dc86a387d
commit eaba023144

View File

@@ -316,7 +316,7 @@ vimperator.Completion = function () //{{{
Help: function (filter)
{
var res = [];
var files = ["intro.html", "options.html", "motion.html", "starting.html", "browsing.html", "various.html"];
var files = ["intro.html", "options.html", "motion.html", "starting.html", "browsing.html", "various.html", "developer.html"];
for (var file in files)
{
try