summaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-08-23 21:02:42 +0000
committerBram Moolenaar <Bram@vim.org>2005-08-23 21:02:42 +0000
commit6f16eb817ba8b32c012e910e83bad98f1fe17f05 (patch)
tree9e21f9e8f0426644aa7abf3a8d622ade73c0a881 /runtime/doc/eval.txt
parent7862282f2edc76533c5c0dcf49b57bf747a30ebc (diff)
downloadvim-6f16eb817ba8b32c012e910e83bad98f1fe17f05.zip
updated for version 7.0135
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index c18959678..b412734e6 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1,4 +1,4 @@
-*eval.txt* For Vim version 7.0aa. Last change: 2005 Aug 11
+*eval.txt* For Vim version 7.0aa. Last change: 2005 Aug 23
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2013,11 +2013,12 @@ cscope_connection([{num} , {dbpath} [, {prepend}]])
<
cursor({lnum}, {col}) *cursor()*
Positions the cursor at the column {col} in the line {lnum}.
+ The first column is one.
Does not change the jumplist.
If {lnum} is greater than the number of lines in the buffer,
the cursor will be positioned at the last line in the buffer.
If {lnum} is zero, the cursor will stay in the current line.
- If {col} is greater than the number of characters in the line,
+ If {col} is greater than the number of bytes in the line,
the cursor will be positioned at the last character in the
line.
If {col} is zero, the cursor will stay in the current column.