diff runtime/doc/eval.txt @ 665:21ab9abf0f08

updated for version 7.0196
author vimboss
date Fri, 10 Feb 2006 23:20:28 +0000
parents 5acda076fb0c
children 9090f866cd57
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: 2006 Feb 03
+*eval.txt*      For Vim version 7.0aa.  Last change: 2006 Feb 10
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -3210,6 +3210,8 @@ line({expr})	The result is a Number, whi
 		    $	    the last line in the current buffer
 		    'x	    position of mark x (if the mark is not set, 0 is
 			    returned)
+		    w0	    first line visible in current window
+		    w$	    last line visible in current window
 		Note that only marks in the current file can be used.
 		Examples: >
 			line(".")		line number of the cursor