summaryrefslogtreecommitdiffstats
path: root/runtime/doc/insert.txt
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-05-27 17:26:55 +0100
committerBram Moolenaar <Bram@vim.org>2022-05-27 17:26:55 +0100
commitcfe456543e840d133399551f8626d985e1fb1958 (patch)
tree88e1820132eef74ed7abab2334d51019cb6f47d2 /runtime/doc/insert.txt
parent02e8d4e4ffcdd6ee919e19692d591da8e18a565d (diff)
patch 8.2.5029: "textlock" is always zerov8.2.5029
Problem: "textlock" is always zero. Solution: Remove "textlock" and rename "textwinlock" to "textlock". (closes #10489)
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r--runtime/doc/insert.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt
index d8bddce650..8c35798391 100644
--- a/runtime/doc/insert.txt
+++ b/runtime/doc/insert.txt
@@ -671,7 +671,7 @@ Note: The keys that are valid in CTRL-X mode are not mapped. This allows for
ends CTRL-X mode (any key that is not a valid CTRL-X mode command) is mapped.
Also, when doing completion with 'complete' mappings apply as usual.
- *E578* *E565*
+ *E565*
Note: While completion is active Insert mode can't be used recursively and
buffer text cannot be changed. Mappings that somehow invoke ":normal i.."
will generate an E565 error.