diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-06-20 15:31:51 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-06-20 15:31:51 +0000 |
commit | 9ecd023206aaba048190457207516eec8d4fe084 (patch) | |
tree | 0f00691e34a19fb6983812be3806cd3625991650 /runtime | |
parent | 98385dc0274f8885780e96db28e49a1c0a8f0ea7 (diff) | |
download | vim-git-9ecd023206aaba048190457207516eec8d4fe084.tar.gz |
updated for version 7.1-322v7.1.322
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/eval.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 57e2c4e43..126b98b92 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -3515,6 +3515,10 @@ line({expr}) The result is a Number, which is the line number of the file 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 |