Skip to content

Commit c38bc89

Browse files
authored
Merge pull request #1474 from vim-jp/hh-update-eval
Update eval.{txt,jax}
2 parents 2d71ae2 + e87cc31 commit c38bc89

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

doc/eval.jax

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*eval.txt* For Vim バージョン 9.1. Last change: 2024 Mar 20
1+
*eval.txt* For Vim バージョン 9.1. Last change: 2024 Mar 28
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -2534,6 +2534,10 @@ v:t_class |class| 型の値。読出し専用。 参照: |type()|
25342534
v:t_object |object| 型の値。読出し専用。 参照: |type()|
25352535
*v:t_typealias* *t_typealias-variable*
25362536
v:t_typealias |typealias| 型の値。読出し専用。 参照: |type()|
2537+
*v:t_enum* *t_enum-variable*
2538+
v:t_enum |enum| 型の値。読出し専用。 参照: |type()|
2539+
*v:t_enumvalue* *t_enumvalue-variable*
2540+
v:t_enumvalue |enumvalue| 型の値。読出し専用。 参照: |type()|
25372541

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

en/eval.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*eval.txt* For Vim version 9.1. Last change: 2024 Mar 20
1+
*eval.txt* For Vim version 9.1. Last change: 2024 Mar 28
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2601,6 +2601,10 @@ v:t_class Value of |class| type. Read-only. See: |type()|
26012601
v:t_object Value of |object| type. Read-only. See: |type()|
26022602
*v:t_typealias* *t_typealias-variable*
26032603
v:t_typealias Value of |typealias| type. Read-only. See: |type()|
2604+
*v:t_enum* *t_enum-variable*
2605+
v:t_enum Value of |enum| type. Read-only. See: |type()|
2606+
*v:t_enumvalue* *t_enumvalue-variable*
2607+
v:t_enumvalue Value of |enumvalue| type. Read-only. See: |type()|
26042608

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

0 commit comments

Comments
 (0)