commit 34c7007c32cd78b5589d72701c6669a2c378dd17
parent 0ef6aaa3a73d5089bf53e804364950c81784574c
Author: zeertzjq <zeertzjq@outlook.com>
Date: Thu, 13 Oct 2022 07:49:48 +0800
vim-patch:9.0.0727: help in the repository differs from patched version too much (#20627)
Problem: Help in the repository differs from patched version too much.
Solution: Make a patch for a few help files.
https://github.com/vim/vim/commit/7c6cd443757348aa987eed87506549ab6b2079fe
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
@@ -1519,9 +1519,10 @@ cursor({list})
|setcursorcharpos()|.
Does not change the jumplist.
+ {lnum} is used like with |getline()|, except that if {lnum} is
+ zero, the cursor will stay in the current line.
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 bytes in the line,
the cursor will be positioned at the last character in the
line.