diff runtime/doc/eval.txt @ 123:f67f8a8d81ba

updated for version 7.0043
author vimboss
date Fri, 21 Jan 2005 11:55:25 +0000
parents e8f07016e34d
children bcb347a8f934
line wrap: on
line diff
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1,4 +1,4 @@
-*eval.txt*      For Vim version 7.0aa.  Last change: 2005 Jan 19
+*eval.txt*      For Vim version 7.0aa.  Last change: 2005 Jan 20
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -4413,7 +4413,12 @@ 7. Commands						*expression-commands*
 			List item.
 							*E106*
 :let {var-name}	..	List the value of variable {var-name}.  Multiple
-			variable names may be given.
+			variable names may be given.  Special names recognized
+			here:				*E738*
+			  g:	global variables.
+			  b:	local buffer variables.
+			  w:	local window variables.
+			  v:	Vim variables.
 
 :let			List the values of all variables.  The type of the
 			variable is indicated before the value: