commit | 76db9e076318cb0ae846f43b7549ad4f2d234c0b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 09 21:21:04 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 09 21:21:04 2022 +0000 |
tree | c95eed792e5ed22eb9d632fd2a9eb2344f662d12 | |
parent | 0fd7be7f951b639312c9cb3917c7e61ba3b55a60 [diff] [blame] |
Update runtime files
diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt index 8b37870..f01a862 100644 --- a/runtime/doc/cmdline.txt +++ b/runtime/doc/cmdline.txt
@@ -804,7 +804,7 @@ Count and Range *N:* -When giving a count before entering ":", this is translated into: +When giving a count before entering ":", this is translated into: > :.,.+(count - 1) In words: The "count" lines at and after the cursor. Example: To delete three lines: >