Skip to content

Commit 54cc820

Browse files
kennypetechrisbra
authored andcommitted
runtime(doc): Update Section 4 of vim9.txt
closes: #18610 Signed-off-by: Peter Kenny <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent d3bef6c commit 54cc820

3 files changed

Lines changed: 897 additions & 322 deletions

File tree

runtime/doc/tags

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8696,6 +8696,7 @@ instanceof() builtin.txt /*instanceof()*
86968696
intel-itanium syntax.txt /*intel-itanium*
86978697
intellimouse-wheel-problems gui_w32.txt /*intellimouse-wheel-problems*
86988698
interactive-functions usr_41.txt /*interactive-functions*
8699+
interface vim9class.txt /*interface*
86998700
interfaces-5.2 version5.txt /*interfaces-5.2*
87008701
internal-error message.txt /*internal-error*
87018702
internal-variables eval.txt /*internal-variables*
@@ -11595,21 +11596,26 @@ vim9-access-modes vim9class.txt /*vim9-access-modes*
1159511596
vim9-autoload vim9.txt /*vim9-autoload*
1159611597
vim9-boolean vim9.txt /*vim9-boolean*
1159711598
vim9-class vim9class.txt /*vim9-class*
11599+
vim9-class-type vim9.txt /*vim9-class-type*
1159811600
vim9-classes vim9.txt /*vim9-classes*
1159911601
vim9-const vim9.txt /*vim9-const*
1160011602
vim9-curly vim9.txt /*vim9-curly*
1160111603
vim9-debug repeat.txt /*vim9-debug*
1160211604
vim9-declaration vim9.txt /*vim9-declaration*
1160311605
vim9-declarations usr_41.txt /*vim9-declarations*
1160411606
vim9-differences vim9.txt /*vim9-differences*
11607+
vim9-enum-type vim9.txt /*vim9-enum-type*
11608+
vim9-enumvalue-type vim9.txt /*vim9-enumvalue-type*
1160511609
vim9-export vim9.txt /*vim9-export*
1160611610
vim9-false-true vim9.txt /*vim9-false-true*
1160711611
vim9-final vim9.txt /*vim9-final*
1160811612
vim9-func-declaration vim9.txt /*vim9-func-declaration*
11613+
vim9-func-type vim9.txt /*vim9-func-type*
1160911614
vim9-function-defined-later vim9.txt /*vim9-function-defined-later*
1161011615
vim9-gotchas vim9.txt /*vim9-gotchas*
1161111616
vim9-ignored-argument vim9.txt /*vim9-ignored-argument*
1161211617
vim9-import vim9.txt /*vim9-import*
11618+
vim9-interface-type vim9.txt /*vim9-interface-type*
1161311619
vim9-lambda vim9.txt /*vim9-lambda*
1161411620
vim9-lambda-arguments vim9.txt /*vim9-lambda-arguments*
1161511621
vim9-line-continuation vim9.txt /*vim9-line-continuation*
@@ -11618,11 +11624,14 @@ vim9-mix vim9.txt /*vim9-mix*
1161811624
vim9-namespace vim9.txt /*vim9-namespace*
1161911625
vim9-no-dict-function vim9.txt /*vim9-no-dict-function*
1162011626
vim9-no-shorten vim9.txt /*vim9-no-shorten*
11627+
vim9-object-type vim9.txt /*vim9-object-type*
11628+
vim9-partial-declaration vim9.txt /*vim9-partial-declaration*
1162111629
vim9-rationale vim9.txt /*vim9-rationale*
1162211630
vim9-reload vim9.txt /*vim9-reload*
1162311631
vim9-s-namespace vim9.txt /*vim9-s-namespace*
1162411632
vim9-scopes vim9.txt /*vim9-scopes*
1162511633
vim9-string-index vim9.txt /*vim9-string-index*
11634+
vim9-typealias-type vim9.txt /*vim9-typealias-type*
1162611635
vim9-types vim9.txt /*vim9-types*
1162711636
vim9-unpack-ignore vim9.txt /*vim9-unpack-ignore*
1162811637
vim9-user-command vim9.txt /*vim9-user-command*

0 commit comments

Comments
 (0)