diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-12-19 01:35:42 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-12-19 01:35:42 -0500 |
commit | 5df8bf077bc69eab4e660dc09026878adcf54bb8 (patch) | |
tree | 9a810ddb2c0508bf6ba9033f3d8087eb9f148b59 /runtime | |
parent | e47105c47dd8436149ad38cbea0587a331490db4 (diff) | |
parent | 3f7b8199df130145143016536e3cc46fd8ef65ff (diff) | |
download | rneovim-5df8bf077bc69eab4e660dc09026878adcf54bb8.tar.gz rneovim-5df8bf077bc69eab4e660dc09026878adcf54bb8.tar.bz2 rneovim-5df8bf077bc69eab4e660dc09026878adcf54bb8.zip |
Merge pull request #1704 from fwalch/vim-7.4.434
vim-patch:7.4.434, vim-patch:7.4.442
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/eval.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 46ee28a461..b85ea71ece 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -3578,6 +3578,8 @@ gettabvar({tabnr}, {varname} [, {def}]) *gettabvar()* Get the value of a tab-local variable {varname} in tab page {tabnr}. |t:var| Tabs are numbered starting with one. + When {varname} is empty a dictionary with all tab-local + variables is returned. Note that the name without "t:" must be used. When the tab or variable doesn't exist {def} or an empty string is returned, there is no error message. |