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

added "more" to nextpattern

This commit is contained in:
Martin Stubenschrott
2008-03-27 20:39:44 +00:00
parent 6d514074ec
commit 14cbb1882d

View File

@@ -153,7 +153,7 @@ liberator.Buffer = function () //{{{
liberator.options.add(["nextpattern",],
"Patterns to use when guessing the 'next' page in a document sequence",
"stringlist", "\\bnext,^>$,^(>>|»)$,^(>|»),(>|»)$");
"stringlist", "\\bnext\\b,^>$,^(>>|»)$,^(>|»),(>|»)$,\\bmore\\b");
liberator.options.add(["previouspattern"],
"Patterns to use when guessing the 'previous' page in a document sequence",