From f435b2b70ad68400c1ae7f3c800cbfaf679837f4 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 31 Jul 2022 10:44:53 +0200 Subject: [PATCH] doc execeval: mention that the colon register is saved by default --- doc/pages/execeval.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/pages/execeval.asciidoc b/doc/pages/execeval.asciidoc index 617f5ea0..4606c634 100644 --- a/doc/pages/execeval.asciidoc +++ b/doc/pages/execeval.asciidoc @@ -13,7 +13,7 @@ error occurs. Without the *-save-regs* switch, *execute-keys* saves the following registers, which are then restored when the keys have been executed: */*, *"*, *|*, *^*, -*@*. *evaluate-commands* doesn't save any registers by default. +*@*, *:*. *evaluate-commands* doesn't save any registers by default. (See <>) == Switches for both commands