mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:58:00 +01:00
added "more" to nextpattern
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user