summaryrefslogtreecommitdiffstats
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2023-01-12 21:08:53 +0000
committerBram Moolenaar <Bram@vim.org>2023-01-12 21:08:53 +0000
commitc0c2c262650103c4a21b64c3246388a350688616 (patch)
treec47119d4200782f8378d5c88595d711f08bd8d9f /runtime/doc/eval.txt
parent3ce33b120c6479dfc8f22c7cc8945b9ef54285b0 (diff)
patch 9.0.1188: return value of type() for class and object unclearv9.0.1188
Problem: Return value of type() for class and object unclear. Solution: Add v:t_object and v:t_class.
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 556b171561..5fff3e8598 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -2504,6 +2504,10 @@ v:t_number Value of |Number| type. Read-only. See: |type()|
v:t_string Value of |String| type. Read-only. See: |type()|
*v:t_blob* *t_blob-variable*
v:t_blob Value of |Blob| type. Read-only. See: |type()|
+ *v:t_class* *t_class-variable*
+v:t_class Value of |class| type. Read-only. See: |type()|
+ *v:t_object* *t_object-variable*
+v:t_object Value of |object| type. Read-only. See: |type()|
*v:termresponse* *termresponse-variable*
v:termresponse The escape sequence returned by the terminal for the |t_RV|