comparison runtime/doc/eval.txt @ 34676:5b25ec43f208 v9.1.0219

patch 9.1.0219: Vim9: No enum support Commit: https://github.com/vim/vim/commit/3164cf8f12f14b725b918e3170bb0a9085af8298 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Thu Mar 28 10:36:42 2024 +0100 patch 9.1.0219: Vim9: No enum support Problem: No enum support Solution: Implement enums for Vim9 script (Yegappan Lakshmanan) closes: #14224 Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Mar 2024 10:45:06 +0100
parents c7680d286e1f
children 28f2e09012ac
comparison
equal deleted inserted replaced
34675:42bca55140ec 34676:5b25ec43f208
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
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
2599 v:t_class Value of |class| type. Read-only. See: |type()| 2599 v:t_class Value of |class| type. Read-only. See: |type()|
2600 *v:t_object* *t_object-variable* 2600 *v:t_object* *t_object-variable*
2601 v:t_object Value of |object| type. Read-only. See: |type()| 2601 v:t_object Value of |object| type. Read-only. See: |type()|
2602 *v:t_typealias* *t_typealias-variable* 2602 *v:t_typealias* *t_typealias-variable*
2603 v:t_typealias Value of |typealias| type. Read-only. See: |type()| 2603 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()|
2604 2608
2605 *v:termresponse* *termresponse-variable* 2609 *v:termresponse* *termresponse-variable*
2606 v:termresponse The escape sequence returned by the terminal for the |t_RV| 2610 v:termresponse The escape sequence returned by the terminal for the |t_RV|
2607 termcap entry. It is set when Vim receives an escape sequence 2611 termcap entry. It is set when Vim receives an escape sequence
2608 that starts with ESC [ or CSI, then '>' or '?' and ends in a 2612 that starts with ESC [ or CSI, then '>' or '?' and ends in a