summaryrefslogtreecommitdiff
path: root/runtime/doc/builtin.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-04-27 15:25:03 +0100
committerBram Moolenaar <Bram@vim.org>2022-04-27 15:25:03 +0100
commitce001a337e28fa368f40ac6422835d730fb8ebb1 (patch)
tree6280cabfa267626574f394ae7715e2e17e29871a /runtime/doc/builtin.txt
parent12e21e387b5bbc928097abf1c189b7dc665838fc (diff)
downloadvim-git-ce001a337e28fa368f40ac6422835d730fb8ebb1.tar.gz
Update runtime files
Diffstat (limited to 'runtime/doc/builtin.txt')
-rw-r--r--runtime/doc/builtin.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
index e6e6dc272..bfb18eda6 100644
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -1,4 +1,4 @@
-*builtin.txt* For Vim version 8.2. Last change: 2022 Apr 16
+*builtin.txt* For Vim version 8.2. Last change: 2022 Apr 25
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2418,7 +2418,8 @@ feedkeys({string} [, {mode}]) *feedkeys()*
all typeahead will be consumed by the last call.
'c' Remove any script context when executing, so that
legacy script syntax applies, "s:var" does not work,
- etc.
+ etc. Note that if the keys being using set a script
+ context this still applies.
'!' When used with 'x' will not end Insert mode. Can be
used in a test when a timer is set to exit Insert mode
a little later. Useful for testing CursorHoldI.