aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2016-11-30 20:58:11 -0500
committerGitHub <noreply@github.com>2016-11-30 20:58:11 -0500
commit5679ceb3a832239d21b2dce48a5a4cf7c31a534d (patch)
tree7f9d05c871d68d8db556bf36a7d1f545084f5a10 /runtime
parentf2c6cc2d0932dc791054fe2acc799f0fea8109d9 (diff)
parent5efcefee8703a8d1d3c33e0773d3e234e42a2293 (diff)
downloadrneovim-5679ceb3a832239d21b2dce48a5a4cf7c31a534d.tar.gz
rneovim-5679ceb3a832239d21b2dce48a5a4cf7c31a534d.tar.bz2
rneovim-5679ceb3a832239d21b2dce48a5a4cf7c31a534d.zip
Merge pull request #5648 from brcolow/vim-7.4.2071
vim-patch:7.4.2071
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 9c6cbd5a1a..254cf8b418 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1718,6 +1718,21 @@ v:swapcommand Normal mode command to be executed after a file has been
example, when jumping to a tag the value is ":tag tagname\r".
For ":edit +cmd file" the value is ":cmd\r".
+ *v:t_TYPE* *v:t_bool* *t_bool-varialble*
+v:t_bool Value of Boolean type. Read-only. See: |type()|
+ *v:t_dict* *t_dict-varialble*
+v:t_dict Value of Dictionary type. Read-only. See: |type()|
+ *v:t_float* *t_float-varialble*
+v:t_float Value of Float type. Read-only. See: |type()|
+ *v:t_func* *t_func-varialble*
+v:t_func Value of Funcref type. Read-only. See: |type()|
+ *v:t_list* *t_list-varialble*
+v:t_list Value of List type. Read-only. See: |type()|
+ *v:t_number* *t_number-varialble*
+v:t_number Value of Number type. Read-only. See: |type()|
+ *v:t_string* *t_string-varialble*
+v:t_string Value of String type. Read-only. See: |type()|
+
*v:termresponse* *termresponse-variable*
v:termresponse The escape sequence returned by the terminal for the |t_RV|
termcap entry. It is set when Vim receives an escape sequence