summaryrefslogtreecommitdiffstats
path: root/runtime/doc/repeat.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-01-23 12:07:04 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-23 12:07:04 +0000
commit6f4754b9f7253d7e4ba527064a24aff1acdb1e8f (patch)
tree2ee504882bd13acef481efb94164afba33a96202 /runtime/doc/repeat.txt
parentbcfa11b7dfdfbb4d412dd843a6da3fce68ba2e39 (diff)
Update runtime files
Diffstat (limited to 'runtime/doc/repeat.txt')
-rw-r--r--runtime/doc/repeat.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt
index 9a82ba463d..ce88a10bec 100644
--- a/runtime/doc/repeat.txt
+++ b/runtime/doc/repeat.txt
@@ -1,4 +1,4 @@
-*repeat.txt* For Vim version 8.2. Last change: 2022 Jan 09
+*repeat.txt* For Vim version 8.2. Last change: 2022 Jan 21
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -354,7 +354,7 @@ For writing a Vim script, see chapter 41 of the user manual |usr_41.txt|.
<
:scriptv[ersion] {version} *:scriptv* *:scriptversion*
- *E999* *E984*
+ *E999* *E984* *E1040*
Specify the version of Vim for the lines that follow
in the same file. Only applies at the toplevel of
sourced scripts, not inside functions.
@@ -367,8 +367,8 @@ For writing a Vim script, see chapter 41 of the user manual |usr_41.txt|.
:vim9s[cript] [noclear] *:vim9s* *:vim9script*
Marks a script file as containing |Vim9-script|
- commands. Also see |vim9-namespace|.
- Must be the first command in the file.
+ commands. Also see |vim9-namespace|. *E1038*
+ Must be the first command in the file. *E1039*
For [noclear] see |vim9-reload|.
Without the |+eval| feature this changes the syntax
for some commands.