From bb31787931d342230426144d9eea6d5b99785dc3 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 15 May 2016 11:21:02 +0200 Subject: [PATCH] Regenerate docs --- README.asciidoc | 2 +- doc/help/commands.asciidoc | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 2b36cacb8..c23b6c86b 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -145,8 +145,8 @@ Contributors, sorted by the number of commits in descending order: * Alexander Cogneau * Felix Van der Jeugt * Martin Tournoij -* Raphael Pierzina * Ryan Roden-Corrent +* Raphael Pierzina * Joel Torstensson * Patric Schmitz * Claude diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index e9cb4571c..da912ed74 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -31,6 +31,7 @@ |<>|Evaluate a JavaScript string. |<>|Jump to the mark named by `key`. |<>|Execute a command after some time. +|<>|Show a log of past messages. |<>|Open typical prev/next links or navigate using the URL path. |<>|Open a URL in the current/[count]th tab. |<>|Open a page from the clipboard. @@ -403,6 +404,22 @@ Execute a command after some time. * This command does not split arguments after the last argument and handles quotes literally. * With this command, +;;+ is interpreted literally instead of splitting off a second command. +[[messages]] +=== messages +Syntax: +:messages [*--plain*] [*--tab*] [*--bg*] [*--window*] ['level']+ + +Show a log of past messages. + +==== positional arguments +* +'level'+: Include messages with `level` or higher severity. Valid values: vdebug, debug, info, warning, error, critical. + + +==== optional arguments +* +*-p*+, +*--plain*+: Whether to show plaintext (as opposed to html). +* +*-t*+, +*--tab*+: Open in a new tab. +* +*-b*+, +*--bg*+: Open in a background tab. +* +*-w*+, +*--window*+: Open in a new window. + [[navigate]] === navigate Syntax: +:navigate [*--tab*] [*--bg*] [*--window*] 'where'+