From 919f121cef330c701c5f23be0594892605f4c927 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 26 Apr 2014 15:09:42 +0100 Subject: [PATCH] Document :prompt in README --- README.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index 029d926a..9cc5b6d6 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -810,6 +810,9 @@ Kakoune state: Some helper commands can be used to define composite commands: + * +:prompt +: Prompt the user for a string, when + the user validates, store the result in given and run . + the -init switch allows setting initial content. * +:menu ...+: display a menu using labels, the selected label's commands are executed. +menu+ can take a -auto-single argument, to automatically run commands