From 4c295027a426986566cd7a76c47a6d3a529727e7 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 2 May 2021 17:19:11 +0200 Subject: Update runtime files --- runtime/doc/gui.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'runtime/doc/gui.txt') diff --git a/runtime/doc/gui.txt b/runtime/doc/gui.txt index ac8febebe..c93a05048 100644 --- a/runtime/doc/gui.txt +++ b/runtime/doc/gui.txt @@ -1,4 +1,4 @@ -*gui.txt* For Vim version 8.2. Last change: 2020 Sep 28 +*gui.txt* For Vim version 8.2. Last change: 2021 May 01 VIM REFERENCE MANUAL by Bram Moolenaar @@ -620,6 +620,11 @@ expression register: > :amenu Insert.foobar "='foobar'P +The special text begins a "command menu", it executes the command +directly without changing modes. Where you might use ":..." you can +instead use "...". See || for more info. Example: > + anoremenu File.Next next + Note that the '<' and 'k' flags in 'cpoptions' also apply here (when included they make the <> form and raw key codes not being recognized). -- cgit v1.2.1