.B nextpattern (string)
Patterns to use when guessing the next page in a document. Each pattern is
successively tested against each link in the page beginning from the last
-link. Default "/\\bnext\\b/i,/^(>|>>|»)$/,/^(>|>>|»)/,/(>|>>|»)$/,/\\bmore\\b/i"
+link. Default
+"/\\bnext\\b/i,/^(>|>>|»)$/,/^(>|>>|»)/,/(>|>>|»)$/,/\\bmore\\b/i". Note that
+you have to escape the '|' as '\\|' else the '|' will terminate the :set
+command and start a new command.
.TP
.B previouspattern (string)
Patterns to use when guessing the previous page in a document. Each pattern is