diff runtime/doc/eval.txt @ 1609:1324b7b755f3 v7.1.322

updated for version 7.1-322
author vimboss
date Fri, 20 Jun 2008 15:31:51 +0000
parents fe7db192c7cc
children 82b5078be2dd
line wrap: on
line diff
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -3515,6 +3515,10 @@ line({expr})	The result is a Number, whi
 			    returned)
 		    w0	    first line visible in current window
 		    w$	    last line visible in current window
+		    v	    In Visual mode: the start of the Visual area (the
+			    cursor is the end).  When not in Visual mode
+			    returns the cursor position.  Differs from |'<| in
+			    that it's updated right away.
 		Note that a mark in another file can be used.  The line number
 		then applies to another buffer.
 		To get the column number use |col()|.  To get both use