From b66b8f189a18700ab7073929a7ded3d271031fd4 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Mon, 3 Dec 2007 23:42:35 +0000 Subject: [PATCH] changed next/prevpatterns again --- content/options.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/options.js b/content/options.js index a0832704..d5f69afa 100644 --- a/content/options.js +++ b/content/options.js @@ -594,7 +594,7 @@ vimperator.Options = function () //{{{ shortHelp: "Patterns to use when guessing the 'next' page in a document sequence", help: "Each pattern, in order, is matched against all links in the page with the first match being used.
" + "The patterns are case insensitive regular expressions.", - defaultValue: "\\bnext,^>$,^>>$,^>,>$" + defaultValue: "\\bnext,^>$,^(>>|»)$,^(>|»),(>|»)$" } )); optionManager.add(new vimperator.Option(["pageinfo", "pa"], "charlist", @@ -651,7 +651,7 @@ vimperator.Options = function () //{{{ shortHelp: "Patterns to use when guessing the 'previous' page in a document sequence", help: "Each pattern, in order, is matched against all links in the page with the first match being used.
" + "The patterns are case insensitive regular expressions.", - defaultValue: "\\bprev|previous\\b,^<$,^<<$,^<,<$" + defaultValue: "\\bprev|previous\\b,^<$,^(<<|«)$,^(<|«),(<|«)$" } )); optionManager.add(new vimperator.Option(["scroll", "scr"], "number",