summaryrefslogtreecommitdiffstats
path: root/runtime/doc/insert.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-12-27 21:33:07 +0000
committerBram Moolenaar <Bram@vim.org>2021-12-27 21:33:07 +0000
commita4d131d11052cafcc5baad2273ef48e0dd4d09c5 (patch)
treeba27f9a8488e23c5fbf95ed42496d39d4ec980e9 /runtime/doc/insert.txt
parent1cae5a0a034d0545360387407a7a409310f1efe2 (diff)
Update runtime files
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r--runtime/doc/insert.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt
index 230afb1ed3..5d25847aa8 100644
--- a/runtime/doc/insert.txt
+++ b/runtime/doc/insert.txt
@@ -1,4 +1,4 @@
-*insert.txt* For Vim version 8.2. Last change: 2021 Oct 24
+*insert.txt* For Vim version 8.2. Last change: 2021 Dec 27
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1958,6 +1958,9 @@ too long when appending characters a line break is automatically inserted.
inserted after the current line.
Adding [!] toggles 'autoindent' for the time this
command is executed.
+ This command is not supported in |Vim9| script,
+ because it is too easily confused with a variable
+ name.
*:i* *:in* *:insert*
:{range}i[nsert][!] Insert several lines of text above the specified
@@ -1965,6 +1968,9 @@ too long when appending characters a line break is automatically inserted.
inserted before the current line.
Adding [!] toggles 'autoindent' for the time this
command is executed.
+ This command is not supported in |Vim9| script,
+ because it is too easily confused with a variable
+ name.
These two commands will keep on asking for lines, until you type a line
containing only a ".". Watch out for lines starting with a backslash, see