From 456398601ea73c03d2ab997145350299f8ecaaa8 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 21 Apr 2015 13:46:00 +0100 Subject: [PATCH] Document :eval and :exec -buffer * parameter --- README.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 6216d9ed..fabf99b3 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -849,7 +849,8 @@ Some parameters provide a way to change the context of execution: context with only the considered selection. This permits to avoid cases where the selections may get merged. * `-buffer `: execute in the context of each buffers in the - comma separated list + comma separated list , '*' as a name can be used to iterate + on all buffers. * `-no-hooks`: disable hook execution while executing the keys/commands The execution stops when the last key/command is reached, or an error