Skip to content

Update eval.{txt,jax} #1474

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion doc/eval.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*eval.txt* For Vim バージョン 9.1. Last change: 2024 Mar 20
*eval.txt* For Vim バージョン 9.1. Last change: 2024 Mar 28


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

*v:termresponse* *termresponse-variable*
v:termresponse termcapのエントリ|t_RV|で端末から返されるエスケープシーケンス。
Expand Down
6 changes: 5 additions & 1 deletion en/eval.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*eval.txt* For Vim version 9.1. Last change: 2024 Mar 20
*eval.txt* For Vim version 9.1. Last change: 2024 Mar 28


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -2601,6 +2601,10 @@ v:t_class Value of |class| type. Read-only. See: |type()|
v:t_object Value of |object| type. Read-only. See: |type()|
*v:t_typealias* *t_typealias-variable*
v:t_typealias Value of |typealias| type. Read-only. See: |type()|
*v:t_enum* *t_enum-variable*
v:t_enum Value of |enum| type. Read-only. See: |type()|
*v:t_enumvalue* *t_enumvalue-variable*
v:t_enumvalue Value of |enumvalue| type. Read-only. See: |type()|

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