From 7db4c4939f2271b42ca32a40b95bb499afe44732 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Sat, 25 Apr 2009 12:49:53 +0100 Subject: [PATCH] Link to ]] and [[ from next/previouspattern docs --- vimperator/locale/en-US/options.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/vimperator/locale/en-US/options.txt b/vimperator/locale/en-US/options.txt index edf7212f..eeb098f6 100644 --- a/vimperator/locale/en-US/options.txt +++ b/vimperator/locale/en-US/options.txt @@ -532,10 +532,10 @@ ____ ____ (default: \bnext,^>$,^(>>|»)$,^(>|»),(>|»)$,\bmore\b) -Patterns to use when guessing the \'next' page in a document sequence. 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 and the -link elements are those defined by 'hinttags'. +Patterns to use when guessing the \'next' page in a document sequence when the +user hits [c]]][c]. 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 and the link elements are those defined by 'hinttags'. ____ @@ -616,10 +616,10 @@ ____ ____ (default: \bprev|previous\b,^<$,^(<<|«)$,^(<|«),(<|«)$) -Patterns to use when guessing the \'previous' page in a document sequence. 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 and the -link elements are those defined by 'hinttags'. +Patterns to use when guessing the \'previous' page in a document sequence when +the user hits [c][[[c]. 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 and the link elements are those defined by 'hinttags'. ____