Skip to content

Commit 10e1be5

Browse files
authored
Merge pull request #1409 from vim-jp/hh-update-eval
Update eval.{txt,jax}
2 parents 23c43ec + 53fab39 commit 10e1be5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/eval.jax

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2489,6 +2489,8 @@ v:t_blob |Blob| 型の値。読出し専用。 参照: |type()|
24892489
v:t_class |class| 型の値。読出し専用。 参照: |type()|
24902490
*v:t_object* *t_object-variable*
24912491
v:t_object |object| 型の値。読出し専用。 参照: |type()|
2492+
*v:t_typealias* *t_typealias-variable*
2493+
v:t_typealias |typealias| 型の値。読出し専用。 参照: |type()|
24922494

24932495
*v:termresponse* *termresponse-variable*
24942496
v:termresponse termcapのエントリ|t_RV|で端末から返されるエスケープシーケンス。

en/eval.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2558,6 +2558,8 @@ v:t_blob Value of |Blob| type. Read-only. See: |type()|
25582558
v:t_class Value of |class| type. Read-only. See: |type()|
25592559
*v:t_object* *t_object-variable*
25602560
v:t_object Value of |object| type. Read-only. See: |type()|
2561+
*v:t_typealias* *t_typealias-variable*
2562+
v:t_typealias Value of |typealias| type. Read-only. See: |type()|
25612563

25622564
*v:termresponse* *termresponse-variable*
25632565
v:termresponse The escape sequence returned by the terminal for the |t_RV|

0 commit comments

Comments
 (0)