commit | b59ae59a58706e454ef8c78276f021b1f58466e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 23 23:46:31 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 23 23:46:31 2022 +0000 |
tree | 2bf1712bd7627d2a00ddc1bdf63c5ae8fc68deac | |
parent | 43300f6034fbefb54b5d1dc1b4c72d5fe57438c8 [diff] [blame] |
Update runtime files
diff --git a/runtime/doc/vim9.txt b/runtime/doc/vim9.txt index 387f9a1..d7f7808 100644 --- a/runtime/doc/vim9.txt +++ b/runtime/doc/vim9.txt
@@ -1993,10 +1993,10 @@ Some examples: > - abstract class Person + abstract class Person static const prefix = 'xxx' var name: string - + def constructor(name: string) this.name = name enddef