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

move text search commands to pattern.txt

This commit is contained in:
Doug Kearns
2008-08-12 13:28:36 +00:00
parent 16a9c56fbe
commit c2a25da558
3 changed files with 23 additions and 77 deletions

View File

@@ -380,9 +380,11 @@ const liberator = (function () //{{{
var res = [];
// they are sorted by relevance, not alphabetically
// TODO: move files to liberator.config
var files = ["intro.html", "tutorial.html", "starting.html", "browsing.html", "buffer.html",
"options.html", "tabs.html", "hints.html", "map.html", "eval.html", "marks.html",
"repeat.html", "autocommands.html", "print.html", "developer.html", "various.html"];
var files = ["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"];
for (var file in files)
{