Skip to content

Commit 81f6a0d

Browse files
authored
Merge pull request #1150 from tsuyoshicho/update/20221009/cmdline
Update cmdline.{txt,jax}
2 parents e3c72d4 + edbc345 commit 81f6a0d

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

doc/cmdline.jax

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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?*

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)