From aa9bd34bd2149d66f9c7a5afba0f89fdf9c0848d Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Thu, 31 Jul 2014 18:23:03 +0200 Subject: [PATCH] Changed type for list settings in man page. Change the type from string to list so that the user knows how the different flavours of set command will work. --- doc/vimb.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/vimb.1 b/doc/vimb.1 index d6e6972..1ccec39 100644 --- a/doc/vimb.1 +++ b/doc/vimb.1 @@ -984,7 +984,7 @@ spawn the editor like `x-terminal-emulator -e vi %s'. .B fullscreen (bool) Show the current window full-screen. .TP -.B header (string) +.B header (list) Comma separated list of headers that replaces default header sent by webkit or new headers. The format for the header list elements is `name[=[value]]'. @@ -1037,7 +1037,7 @@ Font user in inputbox if error is shown. .B input-font-normal (string) Font used for inputbox. .TP -.B nextpattern (string) +.B nextpattern (list) 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 @@ -1045,7 +1045,7 @@ link. Default you have to escape the '|' as '\\|' else the '|' will terminate the :set command and start a new command. .TP -.B previouspattern (string) +.B previouspattern (list) Patterns to use when guessing the previous 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" -- 2.20.1