Add continue to default next-regexes.

This commit is contained in:
Florian Bruhin 2015-06-07 17:20:52 +02:00
parent 83f7cf84a9
commit 6b94dc5279

View File

@ -740,7 +740,8 @@ def data(readonly=False):
('next-regexes',
SettingValue(typ.RegexList(flags=re.IGNORECASE),
r'\bnext\b,\bmore\b,\bnewer\b,\b[>→≫]\b,\b(>>|»)\b'),
r'\bnext\b,\bmore\b,\bnewer\b,\b[>→≫]\b,\b(>>|»)\b,'
r'\bcontinue\b'),
"A comma-separated list of regexes to use for 'next' links."),
('prev-regexes',