File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
- *cmdline.txt* For Vim バージョン 9.0. Last change: 2022 Jun 16
1
+ *cmdline.txt* For Vim バージョン 9.0. Last change: 2022 Sep 26
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -765,10 +765,9 @@ Exコマンドには、その前に行単位の範囲を指定できるものが
765
765
766
766
カウントと範囲指定 *N:*
767
767
768
- ":" を入力する前にカウントを指定すると、次のように変換される。 >
768
+ ":" を入力する前にカウントを指定すると、次のように変換される: >
769
769
:.,.+(count - 1)
770
- つまりカーソルの行から始まる [count] 行のことである。例: 3行を削除するにはこう
771
- する。 >
770
+ 言葉にすると: カーソル位置以降の "count" 行。例: 3行削除する場合: >
772
771
3:d<CR> は .,.+2d<CR> に変換される
773
772
<
774
773
@@ -1072,7 +1071,6 @@ Note: ファイル名が来る筈の所では、ワイルドカードの展開
1072
1071
コマンドラインウィンドウでは、普通のウィンドウでテキストを編集するのと同じよう
1073
1072
にコマンドラインを編集できる。コマンドラインウィンドウは特殊なウィンドウで、普
1074
1073
通の方法でそこから出ることはできない。
1075
- {Vimが | +cmdwin | 機能付きでコンパイルされたときのみ有効である。}
1076
1074
1077
1075
1078
1076
開 始 *c_CTRL-F* *q:* *q/* *q?*
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