Skip to content

Commit bca62fd

Browse files
committed
cmdline.txt: Update Vim 9.0.0701
1 parent 2f1c4e2 commit bca62fd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

en/cmdline.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*cmdline.txt* For Vim version 9.0. Last change: 2022 Jun 16
1+
*cmdline.txt* For Vim version 9.0. Last change: 2022 Sep 26
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -806,7 +806,7 @@ Count and Range *N:*
806806

807807
When giving a count before entering ":", this is translated into:
808808
:.,.+(count - 1)
809-
In words: The 'count' lines at and after the cursor. Example: To delete
809+
In words: The "count" lines at and after the cursor. Example: To delete
810810
three lines: >
811811
3:d<CR> is translated into: .,.+2d<CR>
812812
<
@@ -1124,7 +1124,6 @@ Also see |`=|.
11241124
In the command-line window the command line can be edited just like editing
11251125
text in any window. It is a special kind of window, because you cannot leave
11261126
it in a normal way.
1127-
{not available when compiled without the |+cmdwin| feature}
11281127

11291128

11301129
OPEN *c_CTRL-F* *q:* *q/* *q?*

0 commit comments

Comments
 (0)