Update runtime files
diff --git a/runtime/doc/vim9.txt b/runtime/doc/vim9.txt
index e650b13..54e02ae 100644
--- a/runtime/doc/vim9.txt
+++ b/runtime/doc/vim9.txt
@@ -1,4 +1,4 @@
-*vim9.txt* For Vim version 8.2. Last change: 2022 Feb 23
+*vim9.txt* For Vim version 8.2. Last change: 2022 Mar 08
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1803,6 +1803,17 @@
plugins to do their work without blocking the user. It's a uniform way to
invoke callbacks and handle timeouts and errors.
+Some commands have already been reserved:
+ *:class*
+ *:endclass*
+ *:abstract*
+ *:enum*
+ *:endenum*
+ *:interface*
+ *:endinterface*
+ *:static*
+ *:type*
+
Some examples: >
abstract class Person