From bd8fd9fd0d7db740859ee23f0be1315162570c6d Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Wed, 25 Dec 2019 10:46:46 +0100 Subject: [PATCH] docs/bind: Document `and` [ci skip] --- sphinx_doc_src/cmds/bind.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sphinx_doc_src/cmds/bind.rst b/sphinx_doc_src/cmds/bind.rst index 4089b099d..662e89b4c 100644 --- a/sphinx_doc_src/cmds/bind.rst +++ b/sphinx_doc_src/cmds/bind.rst @@ -64,6 +64,8 @@ Special input functions ----------------------- The following special input functions are available: +- ``and``, only execute the next function if the previous succeeded (note: only some functions report success) + - ``accept-autosuggestion``, accept the current autosuggestion completely - ``backward-char``, moves one character to the left