From c6f0b918324bea4070146f19426adeea1e29b9c7 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 12 Oct 2016 16:21:03 +0200 Subject: [PATCH] Regenerate docs --- doc/help/commands.asciidoc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index 8cc5184f8..093b6f2c6 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -994,6 +994,7 @@ How many steps to zoom out. |<>|Remove chars backward from the cursor to the beginning of the line. |<>|Remove chars from the cursor to the beginning of the word. |<>|Paste the most recently deleted text. +|<>|Run a command with the given count. |<>|Scroll the current tab in the given direction. |<>|Scroll the frame page-wise. |<>|Scroll to a specific percentage of the page. @@ -1342,6 +1343,26 @@ Paste the most recently deleted text. This acts like readline's yank. +[[run-with-count]] +=== run-with-count +Syntax: +:run-with-count 'count-arg' 'command'+ + +Run a command with the given count. + +If run_with_count itself is run with a count, it multiplies count_arg. + +==== positional arguments +* +'count-arg'+: The count to pass to the command. +* +'command'+: The command to run, with optional args. + +==== count +The count that run_with_count itself received. + +==== note +* 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. +* This command does not replace variables like +\{url\}+. + [[scroll]] === scroll Syntax: +:scroll 'direction'+