comparison 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
comparison
equal deleted inserted replaced
1608:152883db0edf 1609:1324b7b755f3
3513 $ the last line in the current buffer 3513 $ the last line in the current buffer
3514 'x position of mark x (if the mark is not set, 0 is 3514 'x position of mark x (if the mark is not set, 0 is
3515 returned) 3515 returned)
3516 w0 first line visible in current window 3516 w0 first line visible in current window
3517 w$ last line visible in current window 3517 w$ last line visible in current window
3518 v In Visual mode: the start of the Visual area (the
3519 cursor is the end). When not in Visual mode
3520 returns the cursor position. Differs from |'<| in
3521 that it's updated right away.
3518 Note that a mark in another file can be used. The line number 3522 Note that a mark in another file can be used. The line number
3519 then applies to another buffer. 3523 then applies to another buffer.
3520 To get the column number use |col()|. To get both use 3524 To get the column number use |col()|. To get both use
3521 |getpos()|. 3525 |getpos()|.
3522 Examples: > 3526 Examples: >