File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -806,7 +806,7 @@ Count and Range *N:*
806
806
807
807
When giving a count before entering ":", this is translated into:
808
808
:.,.+(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
810
810
three lines: >
811
811
3:d<CR> is translated into: .,.+2d<CR>
812
812
<
@@ -1124,7 +1124,6 @@ Also see |`=|.
1124
1124
In the command-line window the command line can be edited just like editing
1125
1125
text in any window. It is a special kind of window, because you cannot leave
1126
1126
it in a normal way.
1127
- {not available when compiled without the | +cmdwin | feature}
1128
1127
1129
1128
1130
1129
OPEN *c_CTRL-F* *q:* *q/* *q?*
You can’t perform that action at this time.
0 commit comments