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
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -765,10 +765,9 @@ Exコマンドには、その前に行単位の範囲を指定できるものが
765765
766766カウントと範囲指定 *N:*
767767
768- ":" を入力する前にカウントを指定すると、次のように変換される。 >
768+ ":" を入力する前にカウントを指定すると、次のように変換される: >
769769 :.,.+(count - 1)
770- つまりカーソルの行から始まる [count] 行のことである。例: 3行を削除するにはこう
771- する。 >
770+ 言葉にすると: カーソル位置以降の "count" 行。例: 3行削除する場合: >
772771 3:d<CR> は .,.+2d<CR> に変換される
773772<
774773
@@ -1072,7 +1071,6 @@ Note: ファイル名が来る筈の所では、ワイルドカードの展開
10721071コマンドラインウィンドウでは、普通のウィンドウでテキストを編集するのと同じよう
10731072にコマンドラインを編集できる。コマンドラインウィンドウは特殊なウィンドウで、普
10741073通の方法でそこから出ることはできない。
1075- {Vimが | +cmdwin | 機能付きでコンパイルされたときのみ有効である。}
10761074
10771075
10781076開 始 *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
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -806,7 +806,7 @@ Count and Range *N:*
806806
807807When 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
810810three lines: >
811811 3:d<CR> is translated into: .,.+2d<CR>
812812<
@@ -1124,7 +1124,6 @@ Also see |`=|.
11241124In the command-line window the command line can be edited just like editing
11251125text in any window. It is a special kind of window, because you cannot leave
11261126it in a normal way.
1127- {not available when compiled without the | +cmdwin | feature}
11281127
11291128
11301129OPEN *c_CTRL-F* *q:* *q/* *q?*
You can’t perform that action at this time.
0 commit comments