diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-10-13 07:49:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-13 07:49:48 +0800 |
commit | 34c7007c32cd78b5589d72701c6669a2c378dd17 (patch) | |
tree | 4e56e643434116554bb925cc50aab0533b208a94 | |
parent | 0ef6aaa3a73d5089bf53e804364950c81784574c (diff) | |
download | rneovim-34c7007c32cd78b5589d72701c6669a2c378dd17.tar.gz rneovim-34c7007c32cd78b5589d72701c6669a2c378dd17.tar.bz2 rneovim-34c7007c32cd78b5589d72701c6669a2c378dd17.zip |
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
-rw-r--r-- | runtime/doc/builtin.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt index 344abe557c..89f3dafa85 100644 --- 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. |