summaryrefslogtreecommitdiffstats
path: root/runtime/doc/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-12-04 20:13:24 +0000
committerBram Moolenaar <Bram@vim.org>2022-12-04 20:13:24 +0000
commitc1c365c1ca4881488c4fc419b4d5e579b89ef2ed (patch)
treed32cb77aace1caf8261fa347a4cebe8ae45cc8d2 /runtime/doc/Makefile
parentb21b8e9ed081a6ef6b6745fe65d219b3ac046c3b (diff)
patch 9.0.1001: classes are not documented or implemented yetv9.0.1001
Problem: Classes are not documented or implemented yet. Solution: Make the first steps at documenting Vim9 objects, classes and interfaces. Make initial choices for the syntax. Add a skeleton implementation. Add "public" and "this" in the command table.
Diffstat (limited to 'runtime/doc/Makefile')
-rw-r--r--runtime/doc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile
index 5786799718..2ac337a5a2 100644
--- a/runtime/doc/Makefile
+++ b/runtime/doc/Makefile
@@ -161,6 +161,7 @@ DOCS = \
version9.txt \
vi_diff.txt \
vim9.txt \
+ vim9class.txt \
visual.txt \
windows.txt \
workshop.txt
@@ -313,6 +314,7 @@ HTMLS = \
vi_diff.html \
vimindex.html \
vim9.html \
+ vim9class.html \
visual.html \
windows.html \
workshop.html