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.
7c6cd44375
This commit is contained in:
zeertzjq
2022-10-13 07:49:48 +08:00
committed by GitHub
parent 0ef6aaa3a7
commit 34c7007c32

View File

@@ -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.