diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-11-17 07:47:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-17 07:47:22 +0800 |
commit | 133a592d191719023a9151a489d80fcdbed93ed7 (patch) | |
tree | 827a1d203588a6688a3e7c6cf82d7417deaf4690 /runtime | |
parent | a388c852c40682123698f1f55cefc426aa3f70e3 (diff) | |
parent | 9d39ad63182cebe18f89152f2239ff8aeff58308 (diff) | |
download | rneovim-133a592d191719023a9151a489d80fcdbed93ed7.tar.gz rneovim-133a592d191719023a9151a489d80fcdbed93ed7.tar.bz2 rneovim-133a592d191719023a9151a489d80fcdbed93ed7.zip |
Merge pull request #26081 from zeertzjq/vim-9.0.2108
vim-patch:9.0.{1532,1534,1535,2108,2109,2110,2111}
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/change.txt | 6 | ||||
-rw-r--r-- | runtime/doc/cmdline.txt | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index 2c47421b02..e1bb7c5fc7 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -619,9 +619,9 @@ original user. current line only. When [count] is given, replace in [count] lines, starting with the last line in [range]. When [range] is omitted start in the current line. - *E939* - [count] must be a positive number. Also see - |cmdline-ranges|. + *E939* *E1510* + [count] must be a positive number (max 2147483647) + Also see |cmdline-ranges|. See |:s_flags| for [flags]. The delimiter doesn't need to be /, see diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt index 291286d8f7..8bed8a9ffc 100644 --- a/runtime/doc/cmdline.txt +++ b/runtime/doc/cmdline.txt @@ -339,6 +339,7 @@ terminals) A positive number represents the absolute index of an entry as it is given in the first column of a :history listing. This number remains fixed even if other entries are deleted. + (see |E1510|) A negative number means the relative position of an entry, counted from the newest entry (which has index -1) backwards. |